3 # ***REMOVE THIS BLOCK COMMENT INITIALLY***
4 MES=${MES-$(dirname $0)/../scripts/mes}
5 echo ' ()' | cat $(dirname $0)/../module/mes/base-0.mes $0 /dev/stdin | $MES $MES_FLAGS "$@"
16 (display #t) (newline)
17 (display #f) (newline)
19 (display 'foo) (newline)
20 (display #x16) (newline)
21 (display #\A) (newline)
22 (display #\newline) (newline)
34 (display 'foo)(newline)
35 (display '(foo))(newline)
36 (display '('foo))(newline)
37 (display (cdr '(car . cdr))) (newline)
38 (display "foo bar") (newline)
46 #;(bla) (display "must see!\n")
51 (display "\n***FIXME: vector test disabled\n")
52 ;;;(display #(0 1 2)) (newline)
59 ;; TODO: syntax, unsyntax, unsyntax-splicing