Matches for: “10print” …

The 10PRINT program running on a Commodore PET, posted by Trammel Hudson, @qrs. 10 PRINT CHR$(205.5+RND(1));:GOTO 10

Stupid robot executes that 10print program. Video here. By Goto80.

10 PRINT CHR$(205.5+RND(1)); : GOTO 10 is a book about a C64 BASIC program. The program creates maze-like structures by “randomly” printing slash or backslash. Photo from Creative Applications.

Authors: Nick Montfort, Patsy Baudoin, John Bell, Ian Bogost, Jeremy Douglass, Mark C. Marino, Michael Mateas, Casey Reas, Mark Sample and Noah Vawter.

prostheticknowledge:

10 PRINT CHR$(205.5+RND(1);: GOTO 10 (2012)

Piece of code in the Commodore 64 manual, used in a small digital art show called ‘Codings’ at the Pace Digital Gallery, New York, which looks at code, text and digital art:

A 3-line version of this program appeared in the original Commodore 64 User’s guide:

10 PRINT “{CLR/HOME}
20 PRINT CHR$(205.5+RND(1)
30 GOTO 20

This is one of many short basic programs, for this and other computers, that have been entered by users seeking to puzzle their friends, to learn more about computing, and to see aesthetically pleasing output.

You can find out more about the show here

[sad confession – I never knew there was an easy bit of code to do this on a Commodore … I discovered the effect myself, but did it manually, typing the two characters myself at random …]

This led to the 10print book.