Arc Forumnew | comments | leaders | submitlogin
3 points by bOR_ 6057 days ago | link | parent

Tested for you (arc1):

  Use (quit) to quit, (tl) to return here after an interrupt.
  arc> (string '())
  ""
  arc> (is '() "")
  nil
  arc> (is nil "")
  nil
  arc>