Miscellaneous functions

  • assert(condition)

    Logs a detailed error message to the console if something is not true.
  • print(message)

    Logs a basic string to the console without extra decorations like timestamp or the module name.