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

180 B

To keyword in fa

It just lets you cast between types

It takes one inline argument, the type of type... well type

Example:

null as int  -- Will represent nul as int