memory.create
Syntax
Create a chunk of memory.
The chunk is composed of i FISH-variable objects from the host’s memory space in a contiguous array. The memory method is used to assign and read values from the chunk.
memory
m - memory pointer of the starting address of the chunk
i - number of FISH-variable objects in the chunk
memory.delete
9.1.13