-- main.mcl -- func answer() { "the answer is 42" } $out1 = answer() test $out1 {} -- OUTPUT -- Edge: FuncValue -> call # fn Vertex: FuncValue Vertex: call