gscheme/examples/allocate1.scm

7 lines
85 B
Scheme

(define print-it
(lambda ()
(display '(1 2 3))
(newline)
(print-it)))