AMOSi:Prun

From Amiga Coding
Revision as of 01:51, 17 November 2007 by Spellcoder (talk | contribs) (1 revision(s))
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

PRUN is a mix between calling a procedure and RUNning another program: it loads and (if necessary), RUNs your new program, and returns to your original calling program when it's finished.


Prun "Program_name"

It's a sort of Gosub Program command!