+-+ | FlexScript +-+ Welcome to FlexScript! FlexScript is a programming language developed by me, for people. Scroll down for documentation. +-+ | Commands +-+ Text Commands_ echo type clear Memory Commands_ memory read memory new memory edit memory clear memory show Memory Editor Commands_ erase LL erase AL finish Variables_ echo_input +-+ | Command Explanations +-+ Text Commands - Stuff to do with Text echo [text]_ Replace [text] with anything to write it out on screen. type [text]_ Replace [text] with anything to slowly write it out on screen. clear_ Empties everything on the output console. Memory Commands - Create programs and run them memory read_ Runs code in written memory line-by-line. memory new_ Clears out memory and launches the memory editor. memory edit_ Launches memory editor with written memory code. memory clear_ Clears all written memory. memory show_ Displays written memory for 5 seconds. Memory Editor Commands - Commands that can be ran in the editor erase LL_ Deletes last line in 'Memory' editor console. erase AL_ Deletes all lines in 'Memory' editor console. finish_ Finishes writing in 'Memory' and closes editor. Variables - System Settings echo_input [1 or 0]_ Enable/disable writing '[your username] > [input]' into the output console.
+-+ | Notes +-+ Case Sensitivity_ FlexScript does NOT care if you write your commands/functions in capitals or not. Not Recognizing Commands/Functions_ You get an error like this whenever FlexScript can't recognize your command or function. A command is an action, a single word, if you misspelled the command, you get this error. A Function is the end of a command, like 'memory edit' or 'memory read', if the function is something like 'memory explosion', you will get this error.