octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #62417] 'format' errors on names with spaces w


From: John W. Eaton
Subject: [Octave-bug-tracker] [bug #62417] 'format' errors on names with spaces when calling with function form
Date: Wed, 11 May 2022 00:00:53 -0400 (EDT)

Follow-up Comment #15, bug #62417 (project octave):

Nothing indicates specifically that a command style function call has
happened.  The parser simply converts things that look like


format short e


to the equivalent index expression 


format ('short', 'e')


Then the usual argument processing and dispatching happens when that
expression is evaluated.


    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?62417>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]