puts function


puts is used to print data on the screen (or to a file). Another related function is printf which is much more powerfull.

Anyway here is an example of the puts function.


Top Master Index Keywords Functions


Martin Leslie