For writing data to the screen, there are also two statements:
     write (Argument_List);
     writeln (Argument_List);
The writeln statement skips to the next line when done.
You can use strings in the argument list, either constants or literal values. If you want to display an apostrophe within a string, use two consecutive apostrophes.
![]() Previous lesson |
![]() Next lesson |
![]() Contents |
![]() Index |
![]() e-mail me |