provide easy access to classes using IMPORT
wysohn opened this issue ยท 1 comments
The current IMPORT statement merely retrieves the class instance using Class.forName(), so nothing much can be done with it unless the user does some tricks using reflection.
Add a new syntax to support <Class>::field
or <Class>::method()