mirror of
https://github.com/LingCoder/OnJava8.git
synced 2026-08-25 15:33:28 +08:00
15 lines
236 B
Plaintext
15 lines
236 B
Plaintext
true
|
|
false
|
|
nil
|
|
|
|
----------------------------------------------------
|
|
|
|
[
|
|
["boolean", "true"],
|
|
["boolean", "false"],
|
|
["boolean", "nil"]
|
|
]
|
|
|
|
----------------------------------------------------
|
|
|
|
Checks for booleans and nil. |