summaryrefslogtreecommitdiff
path: root/docs/syntax/operators.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/syntax/operators.md')
-rw-r--r--docs/syntax/operators.md10
1 files changed, 6 insertions, 4 deletions
diff --git a/docs/syntax/operators.md b/docs/syntax/operators.md
index d382bcc..51713d9 100644
--- a/docs/syntax/operators.md
+++ b/docs/syntax/operators.md
@@ -11,15 +11,17 @@
## ``print`
```text
-TO `print DATA
+Result[I32] : Is[File; Void] `print DATA
```
-If `TO` is not specified the output is send to `STDOUT`
+If no `File` is specified the output is send to `stdout`
## ``panic`
-```test
-`panic ANY
+Stops execution and prints `Any` to `stdout`
+
+```text
+`panic any
```
## ``type`