summaryrefslogtreecommitdiff
path: root/docs/language
diff options
context:
space:
mode:
authornodist <kevin.comas.git@gmail.com>2026-06-06 15:42:50 -0400
committernodist <kevin.comas.git@gmail.com>2026-06-06 15:42:50 -0400
commit7df3d08d8dd0d81f24f0788b44efd37883d3c1c8 (patch)
tree8a30d983fe92451f2b7048e06ee8f1121e314a6a /docs/language
parent1d5f5dd3cd5cc07352379fe33930770e3d203f3a (diff)
start io and remove print op
Diffstat (limited to 'docs/language')
-rw-r--r--docs/language/operators.md8
1 files changed, 1 insertions, 7 deletions
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