The Information that can be sent to the screen can be quite varied.You can send simple words or phrases to
the screen as long as they are enclosed by
single quotes.
•
nWriteln( ‘This is a single
line of text.’) ;
nWriteln( ‘This is the second
line of words.’) ;
nWriteln( ‘Hello!’) ;
n
This is the simplest way to send text to the screen.