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
Currently arrays are passed by reference when setting variables, but not when passing to a function. To have the same behavior as JavaScript, the array should be passed by reference.
For variables, this can be done via scratch. For storage, the values of the key (and potentially account) will need to be passed to the subroutine rather than the value.
The text was updated successfully, but these errors were encountered:
Currently arrays are passed by reference when setting variables, but not when passing to a function. To have the same behavior as JavaScript, the array should be passed by reference.
For variables, this can be done via scratch. For storage, the values of the key (and potentially account) will need to be passed to the subroutine rather than the value.
The text was updated successfully, but these errors were encountered: