diff options
| author | nodist <kevin.comas.git@gmail.com> | 2026-05-19 14:31:36 -0400 |
|---|---|---|
| committer | nodist <kevin.comas.git@gmail.com> | 2026-05-19 14:31:36 -0400 |
| commit | 3593ab47e110f7d3b5ef9da7c155bab8e4979236 (patch) | |
| tree | 6f7ec6c93d816fe896dfa2ac2355f638b1bed6b8 /docs/syntax | |
| parent | 6bb1fc3b9592bbfd53770c1c04140af30ddd5120 (diff) | |
use native insted of object
Diffstat (limited to 'docs/syntax')
| -rw-r--r-- | docs/syntax/operators.md | 6 |
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 +``` |
