Re: Ball falls through Screen[SOLVED]
- Posted by ghaberek (admin) Oct 05, 2022
- 702 views
An underscore is part of the identifier while a dot provides a lexical break between identifiers. This is important to having a parser provide proper classes with methods, properties, inheritance, etc.
Heck, an underscore itself is a valid identifier, so if you created an object named "_" of a class with a property named "_" which then had a method named "_" you could write _._._() as valid code.
-Greg