diff options
| author | nodist <kevin.comas.git@gmail.com> | 2026-06-08 11:38:20 -0400 |
|---|---|---|
| committer | nodist <kevin.comas.git@gmail.com> | 2026-06-08 11:38:20 -0400 |
| commit | fd774948e6ac3506c24e6b87b6ef98403aa85951 (patch) | |
| tree | 8335f5d44694e357a08715c75d05de3964ba2434 /docs/language/operators.md | |
| parent | ceb874e83d44a2c3d7c7d167fc8853694538ae53 (diff) | |
add action and remove assigment from namespace
Diffstat (limited to 'docs/language/operators.md')
| -rw-r--r-- | docs/language/operators.md | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/language/operators.md b/docs/language/operators.md index dbf17ea..183b2d3 100644 --- a/docs/language/operators.md +++ b/docs/language/operators.md @@ -8,9 +8,11 @@ ## Cast `$` -## `log +## ``log` -If no `File` is specified the output is send to `stdout` +Configurable logger, output format and destination can be changed + +## ``debugger` ## ``format` |
