gscheme/examples/parse-error4.scm

7 lines
67 B
Scheme

;; an if with three alternatives
(if (zero? 4) 'a 'b 'c)
;; end