Writeline allows one to print a sequence of atoms.
Writeline:<this is a debugging message.>
Writeline
The first expression will print `this is a debugging message'
and a carriage return. The second expression will print all the atoms
in the local path, followed by a carriage return.
Writeline is included so as to facilitate the construction of non-generic debugging code.
