BigNate469 BigNate469 loading

Cool_Dude2022 wrote:

Lord-Guest wrote:

Despite my years on scratch, I never really knew how to use lists. Is there any chance someone could give me any type of breakdown?

A list is basically a variable except instead of storing 1 thing, it stores multiple things. That's the simple version.

The wiki can explain it better. https://en.scratch-wiki.info/wiki/List

In other programming languages it's often called an array, and it's what it's named after: a list of items, of whatever kind you want them to be.