Can I use arrays on the STACK?

Can I use arrays on the STACK?

by Evgeniy Grishenko -
Number of replies: 0

I can declare arrays implicitly using square brackets before declaring the variable, but functions for arrays are forbidden in the STACK. For example, I can't convert the array to the list by listarray(). What is the reason? Maybe I shouldn't use arrays implicitly? What kind of traps can there be?


Average of ratings: -