
Patrick B. answered 06/17/19
Tutor
4.7
(31)
Math and computer tutor/teacher
The interpreter probably stores the source code in records of the form:
line #
statement
into an array..
it then sorts them by line number so that they are executed in order by line #