Input/Output

The user's console is represented as class/object Transcript (9.7) and available for writing text output.

Example:

Transcript showLine: ( 'Here comes an object: ' , myObject description).

This prints a line on the Transcript. The string being printed is a concatenation of the fixed string 'Here ...' and the evaluation of the message description to the object myObject, which returns a string describing the object.



moltalk@moltalk.org      version of this document: V3.0