Workflow 5 steps, run in order in one session. Every step was executed against the engine and the output below is what it produced.
Inactive[Join][{1}, Reverse[{2, 4, 3}]]Inactive[Join][{1}, {3, 4, 2}]expr = Inactivate[Join[{1}, Reverse[{2, 4, 3}]]]Inactive[Join][{1}, Inactive[Reverse][{2, 4, 3}]]expr//InputFormInputForm[Inactive[Join][{1}, Inactive[Reverse][{2, 4, 3}]]]expr /. 1 -> 10Inactive[Join][{10}, Inactive[Reverse][{2, 4, 3}]]Activate[expr /. 1 -> 10]{10, 3, 4, 2}All recipes · Function reference · Use this from an MCP client