Files
2019-08-04 21:38:19 -05:00

5 lines
91 B
Scheme

(if (and (char? (CHAR-CONSTANT))
(string? (STRING-CONSTANT)))
(exit 0)
(exit 1))