BigNate469 BigNate469 loading

Blank1234 wrote:

Chibi-Matoran wrote:

Blank1234 wrote:

no support.

modulus is a main function in programming. if you don't know what it means, you can just right click it, and click help
In Scratch, “arrays” are called “lists,” even though most programming languages call them “arrays.” A beginner is more likely to understand “list” than “array.” Why can't mod be renamed?
lists are different then arrays.

when you set arrays, you have to set them to only have a certain amount of variables
lists can have infinite
Perhaps in some coding languages (looking at Java, C, C++, etc) but in JavaScript, which Scratch uses under the hood, arrays can be as long as you want them to be