10/15/15

Single line programming

Can we make interesting graphics with only single program line? Yes, we can!

ZX Spectrum 48K - BASIC:
10 PRINT CHR$(132.2+RND*1);:GO TO 10



Iskra Delta Partner - MBasic:
10 PRINT CHR$(94.2+RND(1));:GOTO 10




Commodore 64 - BASIC:
10 PRINT( CHR$(205.2+RND(1));: GOTO 10



PC 486 - QBASIC:
10 PRINT CHR$(205.2+RND(1));:GOTO 10







No comments:

Post a Comment