Quote:
Originally Posted by Inverness
Yea I thought so.
Btw, why is "interface" a keyword (highlighted) in the scripting window?
|
It is a declaration (I have no idea what they do in GraalScript). They include the following:
- class
- extends
- implements
- import
- instanceof
- interface
- native
- package
- volatile
- throws