ワークフロー 5 ステップを1つのセッション内で順に実行します。各ステップはエンジンで実行済みで、以下の出力は実際に生成されたものです。
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}