home *** CD-ROM | disk | FTP | other *** search
/ ftp.cs.arizona.edu / ftp.cs.arizona.edu.tar / ftp.cs.arizona.edu / icon / historic / v941.tgz / icon.v941src.tar / icon.v941src / ipl / packs / idol / globtest.iol < prev    next >
Text File  |  2000-07-29  |  111b  |  9 lines

  1. global here,        # here
  2.     are,        # are
  3.     some,        # some
  4.     globals        # globals
  5.  
  6. procedure main()
  7.   write("hi there")
  8. end
  9.