18 lines
444 B
Plaintext
18 lines
444 B
Plaintext
(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.
|