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

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

[Octave-bug-tracker] [bug #54052] the global statement clears previously


From: Michael Godfrey
Subject: [Octave-bug-tracker] [bug #54052] the global statement clears previously assigned values
Date: Wed, 13 Jun 2018 20:54:21 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.79 Safari/537.36

Follow-up Comment #5, bug #54052 (project octave):

Matlab R2017b (9.3.0.713579) 64-bit (glnxa64)

Says:
First declarit has to be made a .m file (I accidentally
used declarit, not declereit). Then:
++

>> declarit (42) 
>> x = 12

x =

    12

>> global x
Warning: The value of local variables may have been changed to match the
globals.  Future versions
of MATLAB will require that you declare a variable to be global before you use
that variable. 
>> x

x =

    42

>> 
--


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?54052>

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




reply via email to

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