Releases: verhas/jScriptBasic
Releases · verhas/jScriptBasic
release 2.1.1
2.1.0
v2.0.0
Experimental Java 9 version
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.
1.0.4 supporting interface version 2
The new interface version supports methods that can accept BASIC arrays as argument