X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=ecmalisp.html;h=110a686342e5328d2d87184a3f8dcfa3dbec54b9;hb=b0e60d593040ed49161ced44aa42fa4f170b9be0;hp=5b83b3bb2561f55148fee3d46919e010c7e073b2;hpb=b886ebeae49dbd68663e790f539d77f733169506;p=jscl.git diff --git a/ecmalisp.html b/ecmalisp.html index 5b83b3b..110a686 100644 --- a/ecmalisp.html +++ b/ecmalisp.html @@ -75,14 +75,6 @@ return str; } - function mv () { - var result = []; - result["multiple-values"] = true; - for (var i=0; i ', 'jqconsole-prompt'); @@ -90,11 +82,9 @@ // Output input with the class jqconsole-return. if (input[0] != ','){ try { - var values = lisp.evalString(pv, input); - if (values !== 'object' || !('multiple-values' in values)) - values = [values]; - for (var i in values){ - jqconsole.Write(lisp.print(pv, values[i]) + '\n', 'jqconsole-return'); + var vs = lisp.evalString(mv, input); + for (var i=0; i