var add = Fn.new { |a, b| return a + b } var sum = add.call(1, 1) System.print(sum.toString)