16. Program size ~~~~~~~~~~~~ To see how long your BASIC program, excluding variable space etc., type PRINT TOP-PAGE , or PRINT~TOP-PAGE if you want it in Hex. This also works on an Arc, with the addition that you can use END-PAGE if you want to include any variable space used by the program after it has been run.