summaryrefslogtreecommitdiff
path: root/docs/syntax/operators.md
blob: 51713d92d8f851d37ac761767e139d781caab7cd (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
# 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`