PreviousNext
JavaScript must be enabled to correctly display this content
Using the Run Function
The simplest way for scripts to interact with the larger system is to use the run function. The run function takes a command to run, and returns the output of that command as a string. For example:
The built-in dump function dumps the argument out, without expanding any embedded newlines. ECMAScript's string handling facilities can be used to take apart output. For example, splitting the previous example based on whitespace (negative space):