diff options
Diffstat (limited to 'docs/language/operators.md')
| -rw-r--r-- | docs/language/operators.md | 8 |
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 |
