gscheme/examples/allocate1.scm

7 lines
85 B
Scheme
Raw Permalink Normal View History

2022-08-05 05:28:41 -04:00
(define print-it
(lambda ()
(display '(1 2 3))
(newline)
(print-it)))