cleanup, docs
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user