Jaba language reference
This page applies to v0.1-alpha
home > 0.1-alpha home
Global methods
Global methods are available in all contexts
- __dir__ Directory of the currently executing .jaba file
- available Array of attributes/methods available in current scope
- clear Clear an array or hash attribute
- fail Raise an error
- include Include a shared definition or a .jaba file
- print Prints a non-newline terminated string to stdout
- puts Prints a newline terminated string to stdout
- src_root Root directory of .jaba definitions
- windows? Returns true if targeting windows
- x86_64? Returns true if targeting x86_64
Generated using Redcarpet, CodeRay, Inter and FiraCode. css by Harry Denholm.