home *** CD-ROM | disk | FTP | other *** search
/ The CDPD Public Domain Collection for CDTV 2 / CDPD_II_2352.bin / scope / 101-125 / scopedisk108 / key2c / loops.br (.png) < prev    next >
IFF Interleaved Bitmap Image  |  1992-10-27  |  3KB  |  327x131  |  1-bit (2 colors)
Labels: text | screenshot | font
OCR: do {something while(condition); ["do" executes at least once] if (condition) (something; } else {something else; } for (condition) something; while(condition) (something;} ["{}" for More than one expression]