The Java interface / Getting started with the Java interface |
IMPORT JAVA java.util.regex.Pattern MAIN DEFINE p1 Pattern DEFINE p2 java.util.regex.Pattern END MAIN
The variables declared with a class are only the handles to reference an object (i.e. the object is not yet created).