emptyp  -- Operation (predicate), one input.
     The input can be any Logo object.  The output is the word true if  the
     input  is  of  length  zero  (i.e.,  it is the empty word or the empty
     list).  The output is the word false otherwise.
