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

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

[Octave-bug-tracker] [bug #36658] syntax change for initialization of gl


From: Rik
Subject: [Octave-bug-tracker] [bug #36658] syntax change for initialization of global/persistent variables
Date: Thu, 04 Jun 2015 18:25:40 +0000
User-agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)

Follow-up Comment #23, bug #36658 (project octave):

Initializations are an Octave-only feature, so I would separate the two
ideas.

Declarations are Matlab-compatible and don't involve printing anything.


global a


produces no output.

An initialization, which is a combination of a declaration and assignment,
would follow Octave's rules for assignment and print something unless
terminated with a semicolon.


global a = 1
=>
a =  1




    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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