diff options
Diffstat (limited to 'docs/syntax')
| -rw-r--r-- | docs/syntax/operators.md | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/docs/syntax/operators.md b/docs/syntax/operators.md index d382bcc..51713d9 100644 --- a/docs/syntax/operators.md +++ b/docs/syntax/operators.md @@ -11,15 +11,17 @@ ## ``print` ```text -TO `print DATA +Result[I32] : Is[File; Void] `print DATA ``` -If `TO` is not specified the output is send to `STDOUT` +If no `File` is specified the output is send to `stdout` ## ``panic` -```test -`panic ANY +Stops execution and prints `Any` to `stdout` + +```text +`panic any ``` ## ``type` |
