ScratchData LogoScratchData
Back to igtnathan5's profile

Qzet engine v0.1 iteration3

IGigtnathan5•Created March 5, 2025
Qzet engine v0.1 iteration3
0
0
10 views
View on Scratch

Instructions

what you can use: start(); //start() write(); //write(hello world); stop; //stop; value([] <>); //value([foo] <bar>); read([] <>); //read([foo] <apple>); example scripts: basic "write();" script: start(1); write(hi universe); stop; basic "value([] <>);" script: start(1); value([foo] <hi universe>); write([foo]); stop; basic "read([] <>);" script: start(1); value([foo] <hello world>); write([foo]); read([foo] <hi universe>; write([foo]); value([bar] <iteration2?>); write([bar]); read([bar] <iteration3>; write([bar]); stop;

Description

iteration log (there will be 5 iterations for this version) -----------------------------iteration1---------------------------------added start(); //needed to start a script -added write(); //basically a say block -added stop; //needed to stop a script [not rly rn] -----------------------------iteration2---------------------------------added value([] <>); //can be used like a variable, to learn more check the example scripts tab in the instructions -----------------------------iteration3-------------------------------- -added read([] <>); //replaces a variable's value, to learn more check the example scripts tab in the instructions

Project Details

Project ID1142329261
CreatedMarch 5, 2025
Last ModifiedApril 26, 2025
SharedMarch 5, 2025
Visibilityvisible
CommentsAllowed