Difference between revisions of "AMOSi:Prun"

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

Latest revision as of 01:51, 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!