kern

Members

(static) printk

Source:
See:
  • {module:io#write_str}
  • {module:term#print2}

Low level print function: prints the message to stderr without trailing '\n'.

This function shouldn't be used unless from very low level modules where io or term packages are not accessible.

(static) search_path :Array.<string>

Source:

Array of dirs to search for modules

Type:
  • Array.<string>

(static) version :string

Source:

Joshi interpreter version number: a string with three number separated by periods (example: 1.0.2)

Type:
  • string