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

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

[Octave-bug-tracker] [bug #51988] syntax error on command syntax in scri


From: Dan Sebald
Subject: [Octave-bug-tracker] [bug #51988] syntax error on command syntax in script file when command is shadowed by a variable
Date: Thu, 28 Mar 2024 12:22:41 -0400 (EDT)

Follow-up Comment #7, bug #51988 (group octave):

Explore the quotation part of it.  That is,

axis = 5;
axis equal
axis "equal"
clear axis
axis equal
axis "equal"

If the sequence makes sense, then close.  I suppose the same could be achieve
with

clear "all"

in your example.

Out of curiosity, you could try the following example to see if there is any
way out of the situation:

clear = 1;
clear all
clear clear
clear("all")

That sort of thing.


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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