CS 313 - Pascal examples Day 1 (Mon 9/20): hello.p hello2.p max1.p max2.p functions arraytest.p arrays arraytest2.p arrays with range checking qsort.p constants, while loop, for loop, nested procedures Day 2 (Wed 9/22): enumtest.p enumeration types makemaze.p example for large program using 2D arrays and records stack.p example for program dealing with pointers Makefile tool to compile all .p files in current directory: type "make" to (re-) compile all (changed) source files type "make clean" to remove all compiled files Day 3 (Fri 9/24): pointers.p simple pointer example intlist.p simple intlist example stack.p pointers in more detail swap.p var parameters