This is CobraLang, a programming language written in Scratch. Documentation: The script is interpreted line-by-line, <command> <argument> Once done, type ':s' to run the script. 'print hello world' --> will print 'hello world' to the output 'set number 1' --> will set '1' as the value for 'number' 'loop 10' --> will print number 1-10 anything between $$ is considered as variable. 'set name smith' 'print hello $name$' --> hello smith
Love and star is highly appreciated.