5 lines
79 B
Text
5 lines
79 B
Text
|
|
#! /usr/local/bin/newlisp
|
||
|
|
(setq myobject nil)
|
||
|
|
(println (nil? myobject))
|
||
|
|
(exit)
|