added temps
[lambda.git] / lambda_evaluator.mdwn
index 4e1fead..37908ab 100644 (file)
@@ -86,7 +86,6 @@ Object.prototype.error = function (message, t) {
                        string = '';
                        eta = document.getElementById('ETA').checked;
                        string = string + reduce(expr, eta, 2).to_string();
-// 2 --> false
         } catch (e) {
             string = JSON.stringify(e, ['name', 'message', 'from', 'to', 'key',
                     'value', 'arity', 'first', 'second', 'third', 'fourth'], 4);