------------------------------------
|CS472a Assignment 2 script Readme |
------------------------------------

1> naming constraints:

a number means a line number. e.g. 10 means line 10
'T' means True, 'F' means False
'if' means if decision
'elseif' means else if decision
'for' means for loop decision
'while' means while loop decision
'case' means case in switch function

'10 if T' means if decision in line 10 is True

2> when running the script, may have to press enter to let 
the script go on since concordance display message such as 
help in pages.
 
----------------------------------
