ucg/examples/test_env.ucg
Jeremy Wall 0053afbe0c DOCS: Add a reference for converters to the docsite and some examples.
Also update the README to point to the Docsite as well.
2018-11-17 22:11:52 -06:00

8 lines
108 B
Plaintext

let vars = {
USER = "me",
HOSTNAME = "localhost",
TWO = 2,
VERBOSE = true,
};
out env vars;