Files
scratch-wasm/guile/cps/t.scm
T
2026-06-27 15:40:55 -06:00

4 lines
66 B
Scheme

(display "the numberr is ... ")
(display (+ 1 (* 3 4)))
(newline)