mirror of
https://github.com/LingCoder/OnJava8.git
synced 2026-08-25 15:33:28 +08:00
21 lines
374 B
Plaintext
21 lines
374 B
Plaintext
(true)
|
|
(false)
|
|
|
|
----------------------------------------------------
|
|
|
|
[
|
|
["expression", [
|
|
["punctuation", "("],
|
|
["boolean", "true"],
|
|
["punctuation", ")"]
|
|
]],
|
|
["expression", [
|
|
["punctuation", "("],
|
|
["boolean", "false"],
|
|
["punctuation", ")"]
|
|
]]
|
|
]
|
|
|
|
----------------------------------------------------
|
|
|
|
Checks for booleans inside expressions. |