This program shows simple sequencing of statements and demonstrates the difference between write() and writeln(). Each item of information (a string of characters or the value of a variable) is written to the screen separately. Please also see a shorter version which uses writeln() exclusively.
The Source | The Variables |
The Output | |