1,855
edits
(updated guidelines link) |
m (→Interpreter: Update mailing-list URL.) |
||
Line 177: | Line 177: | ||
if (expr) 'this is a string' end | if (expr) 'this is a string' end | ||
is parsed as IF expr STRING END. ''(see [https:// | is parsed as IF expr STRING END. ''(see [https://lists.gnu.org/archive/html/octave-maintainers/2014-03/msg00087.html this] post on the mailing list)'' | ||
*Clean up functions in input.cc that handle user input (there currently seems to be some unnecessary duplication of code and it seems overly complex). | *Clean up functions in input.cc that handle user input (there currently seems to be some unnecessary duplication of code and it seems overly complex). |