From 83729ca507a3266f3793c3ff2db7229a86e80aa6 Mon Sep 17 00:00:00 2001 From: nodist Date: Wed, 20 May 2026 15:16:19 -0400 Subject: mutiple next unions --- docs/syntax/operators.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'docs/syntax/operators.md') 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` -- cgit v1.2.3