memory
Syntax
- a = memory(m)
- memory(m) = a
Get/set a value in a memory chunk. 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).
Returns: a - a value in memory Accepts: a - a value to assign to memory Arguments: m - memory pointer to a chunk of memory
Was this helpful? ... | PFC 6.0 © 2019, Itasca | Updated: Nov 19, 2021 |