func add (x: num) num = x + 1; println( { println("Hello"); return let x: num = 17 * 2 in add(x); } + 34 );