Add support for passing arguments to programs through the runtime. The arguments could be accessible through a special built-in variable called args accessible in the top-level function. They could also be accessible through a built-in function, but this would be a slightly worse user experience imo.
Add support for passing arguments to programs through the runtime. The arguments could be accessible through a special built-in variable called
argsaccessible in the top-level function. They could also be accessible through a built-in function, but this would be a slightly worse user experience imo.