This is a VERY simple programming language with 400+ blocks. Its still in beta v.0.3 so please be nice?. DISCLAIMER: First of all, This program is both case sensitive AND space sensitive (:: ALSO I am not responsible for any malware created from this program. and if someone does make it. PLEASE tell me how. Here are some keywords: output : put a space after the keyword and then type your text. input : put a space after and type a prompt. wait : put a floating point or interger after to make it wait for that time variables: heres how they should be declared - [var name] = [value] (WITH SPACES) to access a variable(eg: output [var name]) type # [SPACE] var name while loops are still in dev. and cannot stop for if statements type if [value1] [condition] [value2] then for code inside the if statement, write /ci infront of the line. To have the latest answer that the user typed: use % [SPACE] userInput [EXACTLY LIKE THIS] just put else for else statements and for code inside it type /ce at the start instead of ci for while loops(developing): type /w instead of /ce or /ci functions dont have parameters like name(a, b) its still in dev to use function type 'func [name]' and code inside the function should start with a /f FOR RUNNING CODE!: This is a scripting engine, to run the entire script, type and copy this, './run' and then type 'y' or 'Y' to run. Heres a sample code: input Whats your name: name = % userInput wait 0.4 input Password: pass = % userInput if pass == 12345 /ci output Welcome # name ! else /ce output Your not # name
got this inspiration and motivation from griffpatch as he added cmds to his text engine. I also added a output limit of 1001