#{ foo <- 42 new <- { #{ bar <- foo } } main <- { print: (string: ((new: ) bar)) . "\n" } }