Skip to content

Instantly share code, notes, and snippets.

@jgrahamc
Created June 27, 2017 21:19
Embed
What would you like to do?
Code from Deutschland 83 episode 3
10 CLS
20 FOR I = 1 TO 64
30 FOR P = 1 TO 6
40 FOR Q = 1 TO 5
50 A=48+RND(1)*9
60 A$=A$+CHR$(A)
70 NEXT Q
80 A$=A$+" "
90 NEXT P
100 PRINT" ";A$:A$=""
110 NEXT I
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment