uce/site/doc/pages/load.txt

16 lines
343 B
Plaintext

:sig
#load "myfile.uce"
:params
file name : name of an UCE file that should be included
:desc
Includes another UCE file
:see
>ob
: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