Try-It Web Page

From MiniScript Wiki
Revision as of 00:21, 9 February 2020 by JoeStrout (talk | contribs) (Created page with "The [https://miniscript.org/tryit/ MiniScript Try-It! page] enables you to run MiniScript code via a web browser. == How it Works == MiniScript source is sent to a server t...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.

[Category:Environments]