fa/doc/md/NULL.md
Ari Archer b1ea0e0ef3
Add type keywords, booleans and null, preparing for type checker
Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
2022-07-14 19:59:39 +03:00

10 lines
196 B
Markdown

# Null in fa
It's a pointer to no address, it compiles down to `push 0`,
it only has a seperate type for better type checking
It's invoked like this:
```fa
null -- Pushes 0 onto the stack
```