Notes on translation and interpreter use CTH FASTBASIC:

  The actual translation is only approximate, because it did not make any linguistic expert. Released were two sentences that did not in the version some sense, as if one dropped a few words.

  As mentioned applications MOE is unknown to us, do not give a more detailed explanation of what it is.
  Use of this BASIC, it seems appropriate for those programs that are written for TURBOBASIC and do not use it to accelerate as conflicting with the memory areas used for direct access to it.

  The documentation mentions a problem that has addressed the SC utility in the original description. The set we got from the archives NTERNETu few days before completion of the flop, plus those of us who regularly programmed prefer Turbo BASIC. Therefore, we present a system without detailed description of our readers, most of whom are programmers and DIY yourself surely this interesting-looking performer "osahaj". Their findings we publish.
                         -Ss-

Note from MS:
For a quick test FASTBASICU CTH I ran into one problem. If I wanted to work in graphical mode video memory with greater than 2 kilobytes (eg GR.7, 8), there were problems with drawing. When you try to GR.8, COLOR 1, 0.0 and then PLOT DRAWTO 319.159 line was incoherent. I had the opportunity to test it longer, but I realized quite quickly that it is caused by improper use of areas for video memory. I do not know why the author shifted the upper limit of 1 kilobyte of memory down - I think it's because some routines that needed a place just below the start of the BASIC ROM. This shift, however, cause the video some gr. modes passes through the known limit of 4 kilobytes, and thus created the above described problem.
The only quick solution that I immediately thought, is to add at the beginning of each program with command line POKE 106,144. Although we lose the next three kilobytes of RAM, but all the commands associated with graphics, then they will work properly.
