Arc Forumnew | comments | leaders | submitlogin
Added links in online help system
1 point by almkglor 6336 days ago | discuss
I've updated the online help system in prompt.arc so that links can be used.

For example:

  (def queue ()
    " Creates a queue.
      See also [[enq]] [[deq]] [[qlen]] [[qlist]] [[enq-limit]]"
    (list nil nil 0))
The update has been pushed to nex-3's arc-wiki.git