 
 
 
 
 
 
 
  
 )
)
| 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 ![[*]](cross_ref_motif.gif) - Exploring the Basics and
Chapter
 - Exploring the Basics and
Chapter ![[*]](cross_ref_motif.gif) - Advanced Printing for further
information.
 - 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.)