Module jamal.core

Package javax0.jamal.builtins


package javax0.jamal.builtins
  • Classes
    Class
    Description
    Start a new evaluation scope.
    Block macro used to enclose some operations into a scope.
     
    Just do nothing.
    This macro sets and switches on and off the debugger.
     
     
    End a scope started with the macro Begin.
    Get the value of an environment variable.
    W A R N I N G!!!!
     
    This macro exports one or more user defined macro to the scope that is one level higher.
    See the documentation of the "for" loop in the README.doc in the project root.
     
    Define the if conditional macro.
    Imports the macros from the file.
     
    Define a code snippet for the JShell engine.
     
     
     
     
     
    This macro can be used to redefine the macro start and end string.
     
     
    This macro can be used to define a Java implemented macro class, which is not exported by the module system.