Workflow 6 steps, run in order in one session. Every step was executed against the engine and the output below is what it produced.
f[n_Integer] := {n, n}No output - this step sets something up for the next one.
f[9]{9, 9}f[1.2]f[1.2]g[n_] := {n, n} /; OddQ[n]No output - this step sets something up for the next one.
g[3]{3, 3}g[4]g[4]All recipes · Function reference · Use this from an MCP client