home *** CD-ROM | disk | FTP | other *** search
/ DarkBasic Professional / DarkBasicPro.iso / data1.cab / Lang_Files_(English) / Help / examples / core / extra.dba < prev   
Encoding:
Text File  |  2004-09-22  |  199 b   |  9 lines

  1. rem Extra Source File
  2. rem Attached to Main Program
  3. rem (using the #INCLUDE command)
  4.  
  5. FUNCTION ExtraFunction
  6.  PRINT "Hello - I am an Extra Function!"
  7.  PRINT "Hit Any Key"
  8.  WAIT KEY
  9. ENDFUNCTION