|
| From: | Michael Godfrey |
| Subject: | [Octave-bug-tracker] [bug #52722] global variables no longer defined |
| Date: | Fri, 22 Dec 2017 08:48:09 -0500 (EST) |
| User-agent: | Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.108 Safari/537.36 |
Follow-up Comment #1, bug #52722 (project octave):
Specifically:
Files:
address@hidden global]$ more globals.m
global a b c
address@hidden global]$ more gtest.m
globals
xx = a;
Then at Octave prompt the result is:
octave:1> version
ans = 4.3.0+
octave:2> __octave_config_info__ ("hg_id")
ans = e1651094f68b
octave:3> gtest
error: 'a' undefined near line 3 column 14
error: called from
gtest at line 3 column 12
octave:3>
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?52722>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
| [Prev in Thread] | Current Thread | [Next in Thread] |