messybrain - a cursed programming language made in scratch using 98 blocks(ONLY SUPPORTS 3 LENGTH COMMANDS IF INCLUDING PARAMETER) commands: //=print the next letter ++ = create a variable that has the name of the next letter /+ = add 1 to the variable that has the name of the next letter /- = substract 1 to the variable that has the name of the next letter +- = set the variable that has the name of the next letter to 0 +/ = output the variable that has the name of the next letter -/ = asks a question to the user and the question is the output and sets the variable that has the name of the next letter to the user answer -- = if the variable that has the name of the next letter is 0 then it runs next line else it skips it -+ = go to the line number next number
all by me Examples: Hello world: //H//e//l//l//o//,// //W//o//r//l//d//! Countdown: ++u++l/+l