Is there a special "noun" for an empty list?

Creating one seems enigmatic.

   empty =: 1 2
   empty
1 2
   empty =: }. empty
   empty
2
   empty =: }. empty
   empty

   empty1 =:
|syntax error
|   empty1=:
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to