Define #t and #f.
[berndj-bootstrap.git] / lisp / test-expected
blob563f587d0b16f76e742c7bb867fb8900ba5334d6
1 (+ 4 5) -> 9
2 (cons 17 42) -> (17 . 42)
3 (car (cons 17 42)) -> 17
4 #t -> #t
5 cons -> builtin