AMOSi:Prun

From Amiga Coding
Revision as of 02:45, 17 November 2007 by Spellcoder (talk | contribs) (Extracted from the AMOSPro V2.00 helpfile)
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!