print - println



Description:


The print function sends stuff to system's output (as defined in compopt.h).
The println function do the same but add "\n\r" at the passed argument.

Declarations:


Example:


You can use these functions in all these forms:

This program produces this output:

hello
5
this is a string
hello5this is a string