Difference between revisions of "Try-It Web Page"

From MiniScript Wiki
Jump to navigation Jump to search
(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...")
 
m
 
Line 5: Line 5:
  
 
== Supported Features ==
 
== 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.
+
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]
+
[[Category:Environments]]

Latest revision as of 00:22, 9 February 2020

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.