/trunk/Examples/test-suite/schemerunme/char_constant.scm
# · Lisp · 4 lines · 4 code · 0 blank · 0 comment · 0 complexity · 383cb2320e2ab478eac384679a5f6696 MD5 · raw file
- (if (and (char? (CHAR-CONSTANT))
- (string? (STRING-CONSTANT)))
- (exit 0)
- (exit 1))