CAT is the first dynamically-typed programming language on scratch! It will be consistently maintained as well as its sibling Visual CAT, a UI rich programming language. Currently there are 3 features, declaring and defining a variable, and printing items to the console. Documentation: Variable command: This command is used to declare and define a variable. Use cases: var i var i = 9 Set command: This command is used to only define a variable. Use cases: i = 69 i = Hello! Print command: This command is used to print items into the console. Using "$" before the variable name with this function will print the variable value. Use cases: print 904 print Hello print $i
Current Dev Team: @Googcoon_YT Update Log: v1.0 Alpha: You can make variables and set them and you can choose whether you’d like to have a code popup or not also it states errors and the line they are in (*Note* SOME ERRORS MAY NOT BE SHOWN) v1.0.1 Alpha: Bug fixes including you being able to create variables more than once without glitching out v1.0.2 Alpha: Huge revamp of UI, theme switch, print function, code revamp (less lag and more efficient) What’s Next: To be decided CAT Version 1.0.2 Alpha