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.
|