Programming Tutorial
Pascal Tutorial 2 – Variables, Constants and the Assignment Statement
This lesson will cover:
String Variables
Constants and the Assignment Statement
String Variables Soon, you should learn how to input text by the user using ‘string variables‘. The following program is written showing an example of a string variable, prompting the user to input his name, whatsoever:

Pascal Tutorial 2 – Variables, Constants and the Assignment Statement