Package com.scriptbasic.api
Class Version
java.lang.Object
com.scriptbasic.api.Version
- Author:
- Peter Verhas date July 26, 2012
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final longstatic final Stringstatic final Stringstatic final Stringlanguage version 4.0j was the initial version to tribute the previous 3 version (totally different other than BASIC) which were implemented in C In the language version the suffix 'j' signals Java.static final long1L initial release 2L Java 9 compatible versionstatic final longstatic final String -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
engineName
- See Also:
-
MAJOR
public static final long MAJOR1L initial release 2L Java 9 compatible version- See Also:
-
MINOR
public static final long MINOR- See Also:
-
BUGFIX
public static final long BUGFIX- See Also:
-
version
- See Also:
-
extensions
-
mimeTypes
-
names
-
language
- See Also:
-
languageVersion
language version 4.0j was the initial version to tribute the previous 3 version (totally different other than BASIC) which were implemented in C In the language version the suffix 'j' signals Java. This is significant for the language syntax because BASIC programs can call Java methods and thus in this language version there are commands like METHOD and USE. Version 5.0j introduces : as command separator, one line IF statement and case insensitive calls to declared Java methods.- See Also:
-
-
Constructor Details
-
Version
public Version()
-