From 6bb1fc3b9592bbfd53770c1c04140af30ddd5120 Mon Sep 17 00:00:00 2001 From: nodist Date: Tue, 19 May 2026 12:38:35 -0400 Subject: put operators into its own file --- docs/syntax/operators.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 docs/syntax/operators.md (limited to 'docs/syntax/operators.md') 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` -- cgit v1.2.3