mirror of
https://github.com/zaphar/ucg.git
synced 2025-07-22 18:19:54 -04:00
4 lines
138 B
Plaintext
4 lines
138 B
Plaintext
|
let test_mod = module{} => {
|
||
|
let imported = (import "./test_import.ucg").val;
|
||
|
let script = include str "../include_example.sh";
|
||
|
};
|