slang-users mailing list

[2006 Date Index] [2006 Thread Index] [Other years]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]

[slang-users] Implicit variable declarations


I am using slang2 and here is the issue that I encountered
Consider sample code :

variable x = [1:100:1];
newvar = @variable;
is_defined("newvar");

is_defined returns 0 which means newvar is not defined.
But I can do print(newvar) and I get valid values;
What am I missing?

thanks,
RobertM

_______________________________________________
To unsubscribe, visit http://jedsoft.org/slang/mailinglists.html


[2006 date index] [2006 thread index]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]