How to use: strings and numbers are represented with the length of the string then the string eg. 5 = 15, 253 = 3253, hello = 5hello. Enter to run the script, Hyphen to end it. Hyphen is backspace because there's no supported backspace detection. Make sure that you're not selecting any variables/lists when you type. (click the white space at the bottom to select the backdrop) v = variable name - variable value, creates a variable with the value eg. va10, makes a variable named a with the value of 0. a = variable a - variable b - variable c, adds a and b and places them at c s = variable a - variable b - variable c, subtracts a and b and places them at c m = variable a - variable b - variable c, multiplies a and b and places them at c d = variable a - variable b - variable c, divides a and b and places them at c p = variable or number, prints a variable or number, start the string with _ to NOT make a new line " = Message - " - variable saved to, eg. "how old are you?"n, saves the age of the user to variable n. i = number/variable - operator (=<>/) - number/variable - line to jump to if else. if statement, if its true it does nothing, if else it jumps to the line stated. f - 1 or 0, changes the interFace to text or visuals l - x1, y1, x2, y2 - makes a line, can be number or variable c - clears it, no inputs Hold down arrow when clicking the green flag to reset it. Press ` to copy your script, and ~ to paste it in. Sample scripts: Weird math tester thing: va10:vb10:vc10:vd10:vs10:p5begin:as11s:aa14a:ia>221211:sa221a:ab13b:ib>216214:sb216b:p7what's :pa_:p4_ + :pb_:p2_?:"answer below"c:aabd:ic=d226:p8correct!:p6score:p2_ :ps_:ic/d22931:p6wrong!:ss11s:is>21917:p4you :p5_win!: Piramid drawer: va10:vl10:vr10:vt10:vb10:ve10:f11:aa215a:aa3240r:s3240al:aa3100t:s3101ab:llbrb:lrbrt:lrtlt:lltlb:ie=10221:ia>324018:ae11e:aa37.5a:sa215a:ia<1019: Sqrt calculator: va10:vb10:vc10:vd10:vi10:"what number?"i:di12c:a10ia:saca:maab:ib<i19:aaca:dc210c:ic<5.000119:saca:pa:
I was bored so I made a coding language. 4/29/26 - Added third sample script, improved square root calculator 4/24/26 - Added visual interface, so you can draw things with l, clear with c. Added second sample script. 4/10/26 - Added input with "~" and output with "`" so you can share scripts, first sample script. 4/7/26 - Base language with functions, v, a, s, m, d, p, ", I, and bugfix in if statements, added weird math tester script