home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / s / somftn.zip / OCT8.EXE / OCT824.GX2 (.png) < prev    next >
GX2 Bitmap  |  1992-09-11  |  14KB  |  640x480  |  4-bit (6 colors)
Labels: text | screenshot | font | electric blue
OCR: Client Code setName(pooh, "Pooh Bear"); setName(snoopie, "Snoopie"); setFood(pooh, "Honey"); _setFood(snoopie, "Dog Food"); print(pooh); print(snoopie); bark(snoopie); return 0; }