Press L to load a save code you had from the comments or a local txt document. Recreation of @Death-Eye's Programming Language 1.0 with saving to either work on it later (storing it inside a txt document on your computer) or comment down below if you want to share! Pro tip: hold negative key (-) and click on delete button on screen and will delete everything from the code, careful, there is no confirmation if you're sure or not The documentation: https://scratch.mit.edu/discuss/topic/584422/
It surprisingly works well including simple if condition features! Examples! ;hi there!.`ask;you must like pizza to continue(comma) do you?.`if;you must like pizza to continue(comma) do you?,yes.`;The projects going to end anyways.`;Because this is an example, cheerio!.`# ask;Name?.`;your name is.`vprint;Name?.`# ;i am thinking a number between 1-100.`ask;guess.`if;guess,54.`;it was 54!.`#