From 7df3d08d8dd0d81f24f0788b44efd37883d3c1c8 Mon Sep 17 00:00:00 2001 From: nodist Date: Sat, 6 Jun 2026 15:42:50 -0400 Subject: start io and remove print op --- docs/language/operators.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'docs/language/operators.md') diff --git a/docs/language/operators.md b/docs/language/operators.md index 7bfdd17..dbf17ea 100644 --- a/docs/language/operators.md +++ b/docs/language/operators.md @@ -10,18 +10,12 @@ ## `log -## ``print` - -```text -Result[I32] : Is[File; Void] `print Any -``` - If no `File` is specified the output is send to `stdout` ## ``format` ```text -Result[String] : Const[String]`format Any +Result[String] : Value[String]`format Any ``` ### Formatting -- cgit v1.2.3