You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Alvin Cheng edited this page Jan 9, 2023
·
2 revisions
Description
Welcome to the array command! This command will set up a variable as an array, it will map all the arguments except the final one as elements of the array. The final argument will be the variable that holds the array. As I mentioned on the variables page, you must prefix the array variable with ARR for an array data type, or else an error will occur.