uce/site/doc/pages/load.txt
2026-06-16 12:21:31 +00:00

18 lines
290 B
Plaintext

:sig
#load "myfile.uce"
:params
file name : name of an UCE file that should be included
:see
>ob
:content
Includes another UCE file.
Use `#load` when you want the current file to pull in declarations or reusable content from another UCE source file.
:example
print("load example\n");