commands /create: allows you to create a variable /showvariables: shows the list of variables (their names) /hidevariables: does the opposite of /showvariables /getvariablevalue: allows you to view the value of a variable /changevariablevalue: allows you to change the value of a variable /getvariabletype: allows you to view the type of a variable /operator: allows you to do an operation on a variable (unfinished and only works with strings with + and - (+ adds the value to the end of the string, - removes the part of the string with the value))
https://scratch.mit.edu/projects/384083541/ for the word in text detector BanMeOS for most of the coding apart for the text detector and the operations adis9099 for the operation part of the coding (so far) Changelog __________ v1.1: Added the commands (some redirects) /createmultvars, /createmultiplevars, /createmultiplevariables, and /createmultvariables (December 16, 2022) v1.1.1: Fixed the commands from v1.1 by setting the ans variable after the ask block (yes I forgot to do that and made this less than a minute later) (December 16, 2022)