home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-386-Vol-2of3.iso / m / make472.zip / TEST2.BAS < prev    next >
BASIC Source File  |  1992-11-16  |  63b  |  11 lines

  1.  
  2.  
  3.  
  4. defint a-z
  5.  
  6. sub testsub2
  7.  
  8. print "world."
  9.  
  10. end sub
  11.