fa/doc/md/TO.md
Ari Archer 9e8945826c
Add type casting
Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
2022-07-20 12:27:40 +03:00

12 lines
180 B
Markdown

# To keyword in fa
It just lets you cast between types
It takes one inline argument, the type of type...
well type
Example:
```fa
null as int -- Will represent nul as int
```