# HG changeset patch # User John W. Eaton # Date 1654054240 14400 # Node ID 1589a7967d1ed51a8756b501d060df58f2de58c7 # Parent 690df1852f27ea3656af0b6e872acf20bb885d87 * lex.ll (base_lexer::handle_identifier): Fix comment to match code. diff -r 690df1852f27 -r 1589a7967d1e libinterp/parse-tree/lex.ll --- a/libinterp/parse-tree/lex.ll Mon May 30 18:24:00 2022 -0700 +++ b/libinterp/parse-tree/lex.ll Tue May 31 23:30:40 2022 -0400 @@ -3575,9 +3575,7 @@ // pi +1 // // are parsed as an addition expression instead of as a command-style - // function call with the argument "+1". Also for compatibility with - // Matlab, if we are at the top level workspace, do not consider IDENT - // as a possible command if it is already known to be a variable. + // function call with the argument "+1". if (m_at_beginning_of_statement && ! (m_parsing_anon_fcn_body