textMemoryPointer (Memory Management)

Returns a pointer to a text.

Arguments

text
is the string to get a pointer to.

Return values

pointer
to the string.

Example

a: "1234"; b: a textMemoryPointer; c: 0n8 b readMemory; c print
Output:
49