
07-21-2007, 01:00 PM
|
|
Incubator
|
 |
Join Date: Aug 2004
Location: Houston, Texas
Posts: 3,613
|
|
|
Anytime you make an object in Graal the only parameter required for the constructor is the name of the object, the global reference to the object is made from the name which is a string.
And don't put spaces in variable names, jeeze thats horrible considering the lack of documentation of Graal, I think Stefan would be the only one who actually knows how those are handled if they work at all.
The only reason it even works without the quotes is because Graal creates a variable if there isn't one. |
|
|
|