memory.create

Syntax

m := memory.create(i)

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.

Returns:m - memory pointer of the starting address of the chunk
Arguments:i - number of FISH-variable objects in the chunk