10PRINTGOTORUN
cathode ray television, leather
2021

 

I’d like to introduce here a line of code, a single line
of code programmed in 1982 on the Commodore
64.
10 PRINT CHR$(199+2*RND);: GOTO 10
This line is a program by itself. It is meant to be
repeated indefinitely until it is interrupted by the
user’s action.
This program, once started, generates a labyrinthine
pattern on the screen consisting of a sequence of
alternating random left and right slashes.