removed an obsolete "under construction" marker

pull/89/head
jmoenig 2019-10-16 16:43:31 +02:00
rodzic aff8e67069
commit 3f6a0f668f
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -2214,7 +2214,7 @@ Process.prototype.doForEach = function (upvar, list, script) {
this.evaluate(script, new List([next]), true);
};
Process.prototype.doFor = function (upvar, start, end, script) { // +++
Process.prototype.doFor = function (upvar, start, end, script) {
// perform a script for every integer step between start and stop,
// assigning the current iteration index to a variable with the
// name specified in the "upvar" parameter, so it can be referenced