Skip to main content

run

Arr.ai's run (alias r) command is effectively the same as eval, except it takes as input the path to a runnable arr.ai file instead of an expression.

$ cat hi.arrai$"Hello, ${//os.args(1)}!"$ arrai run hi.arrai AliceHello, Alice!$ arrai r hi.arrai AliceHello, Alice!

For more details, see eval.