feedback on 2nd March draft

# Michael Davey (17 years ago)

Hello,

I have some feedback on the March 2nd draft.

Sections 7.5.2, 7.5.3. It looks like there are some keywords missing from the lists: get, set, let, yield, use

# Allen Wirfs-Brock (17 years ago)

get and set aren't reserved, they are only used contextually as keywords within object literals

use also isn't reserved and is only recognized as a keyword within a string literal that forms a use strict directive, see 14.1

let and yield aren't reserved but the NOTE at the end of 7.5.3 warns that they may be used in future versions of the language