Files
scratch-wasm/guile/cps/t.scm
T
2026-06-29 15:48:07 -06:00

4 lines
66 B
Scheme

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