Arc Forumnew | comments | leaders | submitlogin
1 point by almkglor 5893 days ago | link | parent

  arc> (help prall)
  (from "arc.arc")
  [fn]  (prall elts (o init ) (o sep , ))
   Prints several arguments with an initial header and separated by a
      given separator. 
Above function also exists in Arc2.

Instead of (point return ...(return ...)) try using (catch ...(throw ...)).

Final nitpick: I think it's rtm, not rm, although, well, I dunno. ^^



1 point by lojic 5893 days ago | link

Have you tried prall to print the output in the OP? It's awkward.

-----

1 point by map 5893 days ago | link

  arc> (help prall)
  Error: "reference to undefined identifier: _help"

-----

1 point by nex3 5893 days ago | link

help is a macro defined on Anarki.

-----