memory
Syntax
Get/set a value in a memory type. The first value is set by just providing m. Subsequent values are retrieved/set by offsetting m (i.e. providing m + 2 as an argument gets or sets the third FISH variable).
a - a value in memory
a - a value to assign to memory
m - memory pointer to a memory type.
matrix.transpose
memory.create
9.1.13