diff options
| author | nodist <kevin.comas.git@gmail.com> | 2026-05-19 12:38:35 -0400 |
|---|---|---|
| committer | nodist <kevin.comas.git@gmail.com> | 2026-05-19 12:38:35 -0400 |
| commit | 6bb1fc3b9592bbfd53770c1c04140af30ddd5120 (patch) | |
| tree | 0eb0d11b828d3ae1963cd92dddcdde7590275ce8 /docs/syntax/operators.md | |
| parent | 7da66825a3260f3d6e22b5adbd775fef3bc57627 (diff) | |
put operators into its own file
Diffstat (limited to 'docs/syntax/operators.md')
| -rw-r--r-- | docs/syntax/operators.md | 19 |
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` |
