Does True BASIC Support Graphics?
True BASIC supports several forms of line and point graphics. It can also display image files in BMP and several other formats. For example, here is a simple program that draws a graph of the square root function. FOR x = 0 to 1 step .01 PLOT x, sqr(x); NEXT x END (Copy this, paste into your True BASIC editor, and run it!) * Why is True BASIC so widely used for calculations? True BASIC is widely used for calculations as it performs all arithmetic internally as double precision. (Actually, with 53 bits of precision, following the IEEE 8-byte format.) * How do I install TB Gold 5.5b19 for Windows? At present, TB 5.5 Gold has no installer. If you purchased a book and CD, simply drag the entire contents to a folder of your choice, and double-click the TBGOLD.EXE file. To associate .TRU files with TB Gold, simply double-click any .TRU file you have. When prompted for a program to open it with, browse to where you put TBGOLD.EXE, and select that file. Check the box to “always use the selecte