AMOSi:Prun

From Amiga Coding
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!