Skip to main content

What are arrays?

Arrays are a data type that can store items (including other arrays) inside of them. For example:

item [last] of (array from [apple + banana + orange] separated by [+])

Once ran, the script will return "orange" since "orange" is the last item. "last" can be selected by clicking the dropdown on the "item () of ()" block.

Arrays vs Lists

ArraysLists
FlexibilityFull, can be nestedMedium, 1D, cannot be nested
CompatibilityAmpMod and its mods onlyScratch and all mods