ScratchData LogoScratchData
Back to Tntgav's profile

normallang

TNTntgav•Created January 27, 2022
normallang
0
0
18 views
View on Scratch

Instructions

press e and type new to reset all code, the output and stack will reset when the code is run. press f or enter to write a line of code commands: do "(" in front of a line to make it print do ")" and then a number to add something to the stack do "r" to reverse the stack do "o" to print the top value of the stack as a modified ascii character (14-23 are 0-9, 31-56 are uppercase letters, 63-88 are lowercase letters) do "p" to print the top value of the stack as a number do "d" to duplicate the top value of the stack do "i" to compare the top 2 values on the stack, if they are not equal then it will skip a line + to add the top 2 values on the stack - to subtract the 2nd top value on the stack from the 1st value * to multiply the top 2 values on the stack / to divide the top stack by the 2nd top value from the stack " to get input from a user ! to make the rest of the code a forever loop t to add a random number from 1 to the top value on the stack to the bottom of the stack

Project Details

Project ID635205357
CreatedJanuary 27, 2022
Last ModifiedApril 6, 2022
SharedJanuary 28, 2022
Visibilityvisible
CommentsAllowed