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.)