ucg/examples/module_example/test_mod_host.ucg
Jeremy Wall 54faeede5e FEATURE: Imports as expressions.
This is a breaking change for the language. However it makes a number of things
easier. Like importing specific symbols from a file.

adds: #28
2019-01-13 14:10:43 -06:00

3 lines
72 B
Plaintext

let unified = import "modules/unified.ucg";
out yaml unified.host_conf;