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 -7
View File
@@ -12,11 +12,6 @@ Includes another UCE file.
Use `#load` when you want the current file to pull in declarations or reusable content from another UCE source file.
```uce
#load "myfile.uce"
```
Related:
- PHP: `include`, `require`, and config-loader patterns that resolve and import another file
- JavaScript / Node.js: `import()`, `require()`, or file-loader helpers that resolve modules at runtime
:example
print("load example\n");