Borland TurboBASIC & TurboPASCAL stuff from 1998 when i started with programming...
[mirrors/Programs.git] / turbobasic / LOSO9.BAS
diff --git a/turbobasic/LOSO9.BAS b/turbobasic/LOSO9.BAS
new file mode 100755 (executable)
index 0000000..4f6203c
--- /dev/null
@@ -0,0 +1,10 @@
+CLS\r
+SCREEN 0\r
+COLOR 14,1\r
+T=TIMER\r
+T=T*2\r
+G=RND*30\r
+D=T+G\r
+PRINT D\r
+STOP\r
+END\1a
\ No newline at end of file
This page took 0.1844 seconds and 4 git commands to generate.