BasicToken:Dim
From WikiPrizm
Description
Finds the number of elements in an inputted list
Syntax
Dim <List name>
Example
{1,4,2,5,2,3} → List 1 //Stores data into 'List 1', and then displays its length at (1,1) Locate 1,1,Dim List 1
Finds the number of elements in an inputted list
Dim <List name>
{1,4,2,5,2,3} → List 1 //Stores data into 'List 1', and then displays its length at (1,1) Locate 1,1,Dim List 1