cleanup, docs

This commit is contained in:
root
2026-06-16 12:21:31 +00:00
parent dff1959341
commit ea08d5f28b
296 changed files with 1571 additions and 1940 deletions
+2 -4
View File
@@ -17,7 +17,5 @@ print
:content
Returns a string representation of `t` intended for debugging.
Related:
- PHP: `var_dump()` and `print_r()`
- JavaScript / Node.js: `console.log()`, `console.dir()`, and structured inspection helpers like `util.inspect()`
:example
print("var_dump example\n");