Meta Project

The Unofficial Meta Documentation

RUN

Summary

RUN runs another program or command from your program

Category

Categoryname

Usage

RUN value

Arguments

value - command to be run

Refinements

This method has no refinements

Description

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.

Example Code

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.

Related

N.A.

Back to the Meta Methods Reference index