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

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