home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / OL.LZH / IDOL.LZH / GLOBTEST.IOL < prev    next >
Text File  |  1991-07-18  |  119b  |  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.