RUN runs another program or command from your program
Categoryname
RUN value
value - command to be run
This method has no refinements
RUN is not only the name of the ./run script you use to compile your Meta programs. Meta is able to run other programs using RUN.
This is about the only example you cannot run in the webconsole :-)
command: "./program-name arguments"
run command
It is that simple.
Only thing is your program should output data to a file you can read after the call.
N.A.