michael@0: // "of" is not a keyword. michael@0: michael@0: var of; michael@0: michael@0: Function("var of;"); michael@0: michael@0: let (of = 12) {} michael@0: michael@0: function of(of) {}