Package jason.stdlib

Class version

java.lang.Object
All Implemented Interfaces:
InternalAction, java.io.Serializable

@Manual(literal=".version(version)",
        hint="gets the Jason version",
        argsHint="the variable to receive the version",
        argsType="string",
        examples=".version(V): unifies V with, i.e., \"2.4-SNAPSHOT\"")
public class version
extends DefaultInternalAction

Internal action: .version(V).

Description: unifies V with the Jason version.

Parameter:

  • - version (string): the variable to receive the version
See Also:
Serialized Form
  • Field Details

  • Constructor Details

    • version

      public version()
  • Method Details