home *** CD-ROM | disk | FTP | other *** search
/ PC World 2000 August / PCWorld_2000-08_cd.bin / Software / TemaCD / xbasic / xbpro.exe / xb / xxx / entry.xxx < prev    next >
Text File  |  1995-10-09  |  316b  |  16 lines

  1. DECLARE FUNCTION  Entry ()
  2. '
  3. '
  4. ' ######################
  5. ' #####  Entry ()  #####
  6. ' ######################
  7. '
  8. ' Programs contain:
  9. '   1. A PROLOG with type/function/constant declarations.
  10. '   2. This Entry() function where execution begins.
  11. '   3. Zero or more additional functions.
  12. '
  13. FUNCTION  Entry ()
  14.  
  15.  
  16. END FUNCTION