fork download
  1. (define x (when #f 1))
  2.  
  3. (display x)
Success #stdin #stdout 0.01s 50224KB
stdin
Standard input is empty
stdout
#<unspecified>