mirror of
https://github.com/LingCoder/OnJava8.git
synced 2026-08-31 03:38:07 +08:00
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.
|