6 lines
57 B
Text
6 lines
57 B
Text
|
|
(let a nil)
|
||
|
|
(let b 5)
|
||
|
|
|
||
|
|
(print (nil? a))
|
||
|
|
(print (nil? b))
|