fa/doc/md/SET.md
Ari Archer 00a7f16352
Set keyword and made 'structs' possible
Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
2022-07-07 16:05:06 +03:00

16 lines
373 B
Markdown

# 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`