home *** CD-ROM | disk | FTP | other *** search
/ Programmer Plus 2007 / Programmer-Plus-2007.iso / Programming / Borland Plateform / Turbo Prolog 2 / SUB1.PRO < prev    next >
Encoding:
Text File  |  1986-04-25  |  168 b   |  6 lines

  1. project "myproj"
  2. include "globdef.pro"
  3. clauses
  4.  welcome(Name):-write("welcome  ",Name),
  5.                 write("nice to meet you."),
  6.                 sound(100,200).