home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Resource Library: Graphics
/
graphics-16000.iso
/
msdos
/
animutil
/
fastgfx
/
fg303d
/
exbas.arj
/
FGDOC
/
EXAMPLES
/
BASIC
/
05-05.BAS
< prev
next >
Wrap
BASIC Source File
|
1993-09-30
|
158b
|
16 lines
REM $INCLUDE: 'fastgraf.bi'
DEFINT A-Z
Mode = FGgetmode
FGsetmode 12
FGsetcolor 3
FGtext "Hello", 5
FGwaitkey
FGsetmode Mode
FGreset
END