Basic Guide to Programming in Monsoon Commands (as of version 1.0): PRINT Prints a value or string. LET Set a variable to a value or string. GOTO Jump to a part of the program unconditionally. SLEEP Wait a certain amount of milliseconds. GOTOIF Jump to a part of the program IF the required condition is met. GETF Gets the contents of a file SAFEF Saves the internal cache to a file LAUNCHPROC Launch another Monsoon process ADDLINE Add a line to the file that is currently open REPLINE Replace a line in the file that is currently open DELLINE Delete a line in the file that is currently open Modifiers (as of version 1.0): SPECIAL MODIFIER ($) Used for special preprocessor commands, like $input. CALCULATE MODIFIER (=) Used to get the result of an equation, such as =x+9^2. VALUE OF MODIFIER (@) Get the value of a variable. For example: @x. LINE MODIFIER (*) Gets the line of the file that is currently open. For example: *4 Note on version control: You might notice that this version of Monsoon, despite having extra features, still has the same version number. This is because Monsoon has two different "flavors": Regular and FS. This is the FS flavor, meaning it has file system commands.
Known issues: -Unable to read the root directory directly. Can only read root directory using ".". -Unable to save blank files. -Potential security vulnerability regarding SAVEF. It is currently not a big issue. ----------------- There are many bugs because this is a beta version. I'll fix them as I find them. No, this does not mean I'm lazy. -CS