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