{ foo <- { 42 } #{ qux <- foo: bar <- #{ baz <- { foo: } } main <- { print: (string: (bar baz)) } } }