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.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/syntax/operators.md b/docs/syntax/operators.md
index a8b8342..91c1491 100644
--- a/docs/syntax/operators.md
+++ b/docs/syntax/operators.md
@@ -8,7 +8,7 @@
## Cast `$`
-## Print ``print`
+## ``print`
```text
TO `print DATA
@@ -17,3 +17,7 @@ TO `print DATA
If `TO` is not specified the output is send to `STDOUT`
## ``panic`
+
+```test
+`panic ANY
+```