next up previous contents
Next: Pretty Print Up: Printing Routines Previous: Printing Routines

Linear Print

Calling Sequence:
lprint(
$e_{1}, e_{2}, \ldots$)
Parameters:
ei : expression

Synopsis: This function prints out any Darwin built-in type or structured type. It does send out a newline/carriage return between each expression. See Chapter [*] - Exploring the Basics and Chapter [*] - Advanced Printing for further information.

Examples:

> x:= [[1,2], [3,4]];
> lprint('A linear printing of a square matrix: ', x);
> lprint('Creating a quote \'' and a backslash \\');

See also: print, printf (This entry contains a table of all conversion patterns and cursor control characters.)




Gaston Gonnet
1998-09-15