From Erskine College (See program listings, etc. for additional information.) ----------------------------------------------------------------------------- TIMES .BAS A simple program that is used to record both real time and CPU time when testing the speed of execution of programs, algorithms, etc. FIO .BAS Force I/O allows DCL to "force" your terminal to do a command rather than have DCL do the command. This allows the command to occur without the DCL overhead. PIPing out the 410 block book of Genisis from the BIBLE: account took the same real time but required 42 CPU seconds in DCL and only 32 CPU seconds using FIO on Erskine's PDP-11/84 RSTS/E V9.6 system. MOON .BAS Program in BASIC-Plus and Pascal to calculate the position of MOON .PAS the moon. (Designed by amateur radio operators who talk to each other by bouncing their signals off the moon. QST DE WB4BWK.) SORT .BAS BASIC-Plus program that demonstrates several sorting algorithms. INT .BAS House payments anyone? RASCAL.BAS Program for 1-April-xx. RASCAL.TXT CALEND.BAS Yet another calendar program!