View Single Post
Old 04-13-2012, 03:30 AM   #41
Tale
Human being with feelings
 
Tale's Avatar
 
Join Date: Jul 2008
Location: The Netherlands
Posts: 3,653
Default Object variable can't be 1 character

I can't seem to use an "object" variable of just 1 character:

Code:
function foo(b)
  instance(bar)
(
  bar = b;
);

xx.foo(123); // Works
x.foo(123); // Error!
Tale is offline   Reply With Quote