This is intended to be the human readable version of the source code for Picture Display. This version is intended to work only on the TI-83 Texas Instruments graphic calculator. Also available: Documentation about "Picture Display" and versions of the program for other calculators and in other formats.
Any line that begins with a backslash is a comment and should not be entered into the calculator. (Comments have been colored green) For an authoritative copy of this program's source code that can be imported to the calculator via a computer, consult the text version of Picture Display source code for the TI-83, along with the character reference. The special character reference also gives an overview of all non-ASCII characters for the calculator, and shows the menus in which they can be found.
\start83P\ \comment=Program file dated 04/10/96, 18:39 \protected=FALSE \name=PICTURE ClrDraw Func FnOff 1→Xmin 95→Xmax 100→Xscl 1→Ymin 63→Ymax 100→Yscl Menu("PIC","Pic1",1,"Pic2",2,"Pic3",3,"Pic4",4,"Pic5",5,"Pic6",6) Lbl 1 RecallPic Pic1 Stop Lbl 2 RecallPic Pic2 Stop Lbl 3 RecallPic Pic3 Stop Lbl 4 RecallPic Pic4 Stop Lbl 5 RecallPic Pic5 Stop Lbl 6 RecallPic Pic6 Stop COPYRIGHT STEPHEN OSTERMILLER 1996 \stop83P\ |