18 lines
444 B
Plaintext
Raw Normal View History

2018-12-19 14:09:39 +08:00
(t)
(nil)
(foo t)
[t ]
----------------------------------------------------
[
["punctuation", "("], ["boolean", "t"], ["punctuation", ")"],
["punctuation", "("], ["boolean", "nil"], ["punctuation", ")"],
["punctuation", "("], ["car", "foo"], ["boolean", "t"], ["punctuation", ")"],
["punctuation", "["], ["boolean", "t"], ["punctuation", "]"]
]
----------------------------------------------------
Checks for booleans.