On May 16, 2019, at 12:59 PM, John Rose <[email protected]> wrote: > > On May 16, 2019, at 12:56 PM, Éamonn McManus <[email protected]> wrote: >> >> "yield" isn't a reserved word, is it? Doesn't that mean that >> `yield(5);` is ambiguous? > > Yes, and the plan of record is to finesse such ambiguities, > as we did with `var`.
Q: But we cannot know if that will really work. A: Yes, it's an ambiguous plan of record. Worked once, though.
