Class Version

java.lang.Object
com.scriptbasic.api.Version

public class Version extends Object
Author:
Peter Verhas date July 26, 2012
  • Field Details

    • engineName

      public static final String engineName
      See Also:
    • MAJOR

      public static final long MAJOR
      1L 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

      public static final String version
      See Also:
    • extensions

      public static final List<String> extensions
    • mimeTypes

      public static final List<String> mimeTypes
    • names

      public static final List<String> names
    • language

      public static final String language
      See Also:
    • languageVersion

      public static final String 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()