-- main.mcl -- func answer() { "the answer is 42" } $out1 = answer() test "${out1}" {} -- OUTPUT -- Vertex: const: str("the answer is 42")