How do trees work? – Snap! Editor – Snap! Forum https://forum.snap.berkeley.edu/t/how-do-trees-work/15546
I'm trying to make a project that compiles my text-based programming language BariLang to Snap! code via a homemade dictionary of supported blocks, then joining them with join. (dictionary (item key[if] value ({if <>::c…
else say (join [Hello, ] (answer)) end wait (1) seconds say [more stuff] (Where