fork download
  1. (begin (define (ZEDinput) (cond (#t "hello") (else err))) (define (ZEDmain) (cond (#t (display (ZEDinput))) (else err)))(ZEDmain))
Success #stdin #stdout 0.01s 10824KB
stdin
(input)
EXAMPLE
#true
""hello""

(main)
ENTRY
#true
(002) "display" (input)
stdout
hello