diff options
| author | nodist <kevin.comas.git@gmail.com> | 2026-05-18 16:59:28 -0400 |
|---|---|---|
| committer | nodist <kevin.comas.git@gmail.com> | 2026-05-18 16:59:28 -0400 |
| commit | 7da66825a3260f3d6e22b5adbd775fef3bc57627 (patch) | |
| tree | ac72e1ee98555ee56055c4565278f1e09418411d /docs/syntax | |
| parent | 8b09343ad1c3028a5892b50a87236cc66c447636 (diff) | |
add print
Diffstat (limited to 'docs/syntax')
| -rw-r--r-- | docs/syntax/print.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/syntax/print.md b/docs/syntax/print.md new file mode 100644 index 0000000..99e63fd --- /dev/null +++ b/docs/syntax/print.md @@ -0,0 +1,9 @@ +# Print ``print` + +--- + +```text +TO `print DATA +``` + +If `TO` is not specified the output is send to `STDOUT` |
