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.