These docs are for v1.3.0. Click to read the latest docs for v1.6.

prints

Prints string.

Prints string

Parameters

  • cstr - a null terminated string

Example:

prints("Hello World!"); // Output: Hello World!