1 2 3 4 5 6 7 8 9 10
var f = null { var local = "local" f = Fn.new { System.print(local) } } f.call() // expect: local