Arc Forumnew | comments | leaders | submitlogin
3 points by akkartik 3296 days ago | link | parent

Just look inside argv.

  $ cat x.arc 
  (write argv)
  $ arc x.arc a b c
  ("x.arc" "a" "b" "c")
Many thanks! I'd love to hear feedback on the big differences with arc 3.1 that trip you up. We could always revert them.