12 lines
180 B
Markdown
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
|
|
```
|