Difference between revisions of "REPL"

From MiniScript Wiki
Jump to navigation Jump to search
(Created page with "REPL is an acronym for Read-Eval-Print-Loop. This is a feature of some Category:Environment environments which allows you to type MiniScript code at a prompt, and have it...")
(No difference)

Revision as of 00:26, 9 February 2020

REPL is an acronym for Read-Eval-Print-Loop. This is a feature of some which allows you to type MiniScript code at a prompt, and have it evaluated immediately upon pressing Return.

Both Command-Line MiniScript and Mini Micro feature a REPL.