Helma logo
helma.org » Home > Stories > writeln()

writeln()

Echoes a string on the console display.

Additionally, a newline character is added to the output. Very useful for debugging purposes.

Syntax
writeln(String)

Example
writeln("Hello,");
writeln("Console!");
Hello,
Console!


... comment


Page last modified on 2002-07-16 10:18 by tobi