mirror of
https://github.com/CyC2018/CS-Notes.git
synced 2025-07-15 00:52:20 +08:00
15 lines
186 B
Plaintext
15 lines
186 B
Plaintext
|
|
true
|
|
false
|
|
|
|
----------------------------------------------------
|
|
|
|
[
|
|
["boolean", "true"],
|
|
["boolean", "false"]
|
|
]
|
|
|
|
----------------------------------------------------
|
|
|
|
Tests booleans.
|