Skip to content

Experimental Java 9 version

Choose a tag to compare

@verhas verhas released this 04 Dec 13:45
· 168 commits to master since this release

This version is an experimental version that is a Java 9 module.

It also contains internal structure and language enhancements.

The method new() is not supported from BASIC any more for security reasons. Embedding applications should provide means to pass objects to BASIC.

There is a new method newRecord() that returns a new object that behaves as an automatic record adding fields as the BASIC program wants.

There is no need to have a dummy variable when you call a method through an object.

you can write obj.method() as a command. Formerly you had to have a dummy = obj.method() assignment.