fork download
  1. { x=1; y=2; z=x+y } -> a
  2. a
  3. x
  4. y
  5. z
Success #stdin #stdout 0.44s 22824KB
stdin
Standard input is empty
stdout
[1] 3
[1] 1
[1] 2
[1] 3