373 B
373 B
Set keyword in fa
Set
keyword will set a specified memory location
to a specified value
Set
takes two arguments of the stack:
Value
Memory location
The arguments:
- Argument
Value
defines the value of the memory to be set (any value) - Argument
Memory location
defines the memory location (pointer)
Example of it can be found in examples/sleep.fa