home *** CD-ROM | disk | FTP | other *** search
/ C++ Games Programming / CPPGAMES.ISO / fgl / fglight / exbas.arj / TEMP / 05-05.BAS < prev    next >
BASIC Source File  |  1995-01-20  |  158b  |  16 lines

  1. REM $INCLUDE: 'fastgraf.bi'
  2.  
  3. DEFINT A-Z
  4.  
  5. Mode = FGgetmode
  6. FGsetmode 12
  7.  
  8. FGsetcolor 3
  9. FGtext "Hello", 5
  10. FGwaitkey
  11.  
  12. FGsetmode Mode
  13. FGreset
  14.  
  15. END
  16.