slang-users mailing list

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

Re: [slang-users] Implicit variable declarations


Sorry for the confusion I made small typo.
The code should be :

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

RobertM


Michael Noble wrote:

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

variable x = [1:100:1];
newvar = @variable;

It is unclear to me how this would even work.  "variable" is
a reserved identifier, and so cannot be used in this context.

	slsh> variable x = [1:100:1];
	slsh> newvar = @variable;
	<stdin>:2: Expecting a PRIMARY: found 'variable'
	<stdin>:2:<top-level>:Syntax Error

After which

	slsh> is_defined("newvar");

returns
	0

as expected.  What application/version are you trying this within?

HTH,
Mike

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

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