:PRINTLN

Purpose

Prints strings, objects and frames to standard output with a trailing newline.

Parameters

object*
Something to be printed.

Examples

  (:PRINTLN "Hello " ?friend ", how are you?")

Success criteria

Always succeeds.

Failure criteria

Never fails.

Notes

The Java method toString() is called on each argument as it is printed. All arguments are concatenated together in the output without adding extra spaces.

Related commands


Back to...

Algernon commands
Algernon Documentation Central
Algernon home page