Arc Forumnew | comments | leaders | submitlogin
1 point by conanite 5306 days ago | link | parent

oops, typo in copy/paste from console: should read

  arc> (some 'a '(a b c d e)) ; <-- 'a not 'z !
  t
  arc> (some 'z '(a b c d e))
  nil