Quote:
Originally Posted by Codein
Why?
|
Graal is highly dynamic language, I don't think it's a good idea to have private variables unless there is easy to tell the access level of any variable.
Quote:
Originally Posted by Chompy
I think they would fit good as keywords, such as const 
|
const is not part of GScript itself, they are resolved by the compiler, similar to a macro in C.
Making changes to a language syntax is something that requires alot of thought, and I'm annoyed with the lack of it right now.