gscheme/examples/parse-error4.scm

7 lines
67 B
Scheme
Raw Permalink Normal View History

2022-08-05 05:28:41 -04:00
;; an if with three alternatives
(if (zero? 4) 'a 'b 'c)
;; end