Try-It Web Page
Jump to navigation
Jump to search
The MiniScript Try-It! page enables you to run MiniScript code via a web browser.
How it Works
MiniScript source is sent to a server that compiles and runs the code, then returns the results. Input and wait are handled with special codes embedded in the output which cause the web page to wait (for input from the user, or for a specified amount of time), and then invoke the server again to get the next step.
Supported Features
The Try-It server runs a slightly modified version of command-line MiniScript (Linux version). No file operations are supported. All standard intrinsic functions, plus input, are supported.