Lists
0.
The variable type is <type>[], though we can use shorthand on the right side.

We can access elements of the list using indexing with [].

These elements act like normal variables, and we can do similar operations with them.
0.
The variable type is <type>[], though we can use shorthand on the right side.

We can access elements of the list using indexing with [].

These elements act like normal variables, and we can do similar operations with them.