Difference between revisions of "AMOSi:Prun"

From Amiga Coding
Jump to: navigation, search
m (1 revision(s))
 
(Extracted from the AMOSPro V2.00 helpfile)
(No difference)

Revision as of 02:45, 17 November 2007

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!