D. JacKaL's Intro 81 This is my D. JaKaL Intro program that I will include with my complete TI-81 games. It is just creative use of lines and points, since the TI-81 has no Text feature. This program is necessary in each of my complete games, and uses the Defaults program that was also written by me. \START81\ \NAME=DJ :Prgm1 (this is the Defaults program.) :5\->\Xmin (this is the STO> button.) :100\->\Xmax :5\->\Ymin :68\->\Ymax :Line(5,5,5,68) :Line(5,5,100,5) :Line(5,68,100,68) :Line(100,5,100,68) :Line(25,55,25,25) :Line(20,50,45,60) :Line(45,60,20,20) :Pt-On(38,25) :Pt-On(38,26) :Pt-On(39,25) :Pt-On(39,26) :Line(47,35,50,32) :Line(50,32,50,42) :Line(47,42,53,42) :Line(53,37,53,35) :Line(54,38,56,38) :Line(57,37,57,33) :Line(57,34,54,34) :Line(60,42,60,32) :Line(65,44,60,37) :Line(65,30,60,37) :Line(65,37,65,35) :Line(66,38,68,38) :Line(69,37,69,33) :Line(69,34,66,34) :Line(73,42,73,32) :Line(73,32,78,30) :Pause :ClrDraw \STOP81\