var names: bug or not?
Posted: Thu Nov 06, 2008 5:30 pm
this is trivial but....
i cannot define vars with name int1 or int001... example:
intb is ok but compiler refuses int01 and also int001, or int0007 etc.... and complains:
Unsupported integer size.....
If this is by design i think that we might need a different compiler message, such as "incorrect var name...." or similar.
i cannot define vars with name int1 or int001... example:
- Code: Select all
class Test
def main is shared
int01 as int
intb as int
intb is ok but compiler refuses int01 and also int001, or int0007 etc.... and complains:
Unsupported integer size.....
If this is by design i think that we might need a different compiler message, such as "incorrect var name...." or similar.