/* C02 Apple II Test Program */ #include char i; main: for (i=32; i:+; i++) { if (!i&31) newlin(); prchr(i); } goto exit;