archives

« Bugzilla Issues Index

#1823 — 8.1.2.3: anomalous use of "Let X be Y"


In 10.2.2.3 "NewObjectEnvironment (O, E)",
step 3 says:
Let envRec’s unscopables be an empty List.

Normally, "Let X be Y" is only used when X is a metavariable.
Change "Let ... be ..." to "Set ... to ..."


fixed in rev19 editor's draft


fixed in rev19


8.1.2.3 / step 3 now says:
Set envRec’s unscopables be an empty List.
(i.e., you changed "Let" to "Set", but not "be" to "to".)

Change "be" to "to".


fixed in rev 21 editor's draft


fixed in rev21 draft