Author: Joanne Louise Carter
Date: 06/01/05
Module: G6DICP Introduction to Computer Programming
Title: ICP Coursework 3
SCSiT Username: jxc04m
This program implements the entire TPL specification and extends it - the extended functions are
documented in the readme.txt and include: BOOLEAN (TRUE/FALSE), CALCULATE on STRING, IF and END IF, and INPUT
If an error is found then an appropriate error message is printed and the program ends - you must
correct the error(s) to have the program run to completion.
This method takes the current line of code, processes it and then prints a result (a line of text,
variable data etc) according to whether it is PRINT or PRINTLN.