summaryrefslogtreecommitdiff
path: root/docs/syntax/operators.md
blob: b36f44b5cf6dcb636ef33cc8eb341dcc81edf159 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# General 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`