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.md19
1 files changed, 19 insertions, 0 deletions
diff --git a/docs/syntax/operators.md b/docs/syntax/operators.md
new file mode 100644
index 0000000..a8b8342
--- /dev/null
+++ b/docs/syntax/operators.md
@@ -0,0 +1,19 @@
+# Operators
+
+---
+
+## Assign `:`
+
+## Shadow `::`
+
+## Cast `$`
+
+## Print ``print`
+
+```text
+TO `print DATA
+```
+
+If `TO` is not specified the output is send to `STDOUT`
+
+## ``panic`