# Operators
---
## Assign `:`
## Shadow `::`
## Cast `$`
## ``print`
```text
Result[I32] : Is[File; Void] `print DATA
```
If no `File` is specified the output is send to `stdout`
## ``panic`
Stops execution and prints `Any` to `stdout`
```text
`panic any
```
## ``type`