★★★ COMMUNITY CODE ★★★ https://scratch.mit.edu/discuss/topic/470914/ please go to the community code site for full instructions on the functions. press / to type code to be ran. commands: • int [NAME] - create/replace variable called NAME • npt [NAME] - create/replace variable named NAME with a value input from the user • math ( A S B ) - do a math function of S to A and B math can currently only support +, -, *, / and math can use variables for A and B • say [value] - say value • var [variable name] - used to get the data of a variable, can be used in: say, math • jmp [line] - go to a line at LINE • stp - stop running the current script
COD stands for: Code, Operation, Dynamics. -future ideas- • new feature "statements" -UPDATES- 22 Dec 2020 - release v1.0 30 Dec 2020 - added a line counter list 17 Jan 2021 - addend "jmp" function 18 Jan 2021 - math B can now be a variable 25 mar 2021 - added "stp" function please leave a comment if you have any ideas or fixes you would like me to add. this test line of code will help you see how to type code in this program: npt x ; say var x ; int x = math ( var x + 10 ) ; say var x ; what it does is ask you for a number, says that number, then adds 10 then say that. tags: #natejoestev #programing #code #COD