SPC  Version 0.9.5
 All Files Functions Groups Pages
ex_puts.spc

This is an example of how to use the puts function.

task main()
{
puts("testing\none, two, three\n");
}