Borland TurboBASIC & TurboPASCAL stuff from 1998 when i started with programming...
[mirrors/Programs.git] / turbobasic / NONAME.BAS
diff --git a/turbobasic/NONAME.BAS b/turbobasic/NONAME.BAS
new file mode 100755 (executable)
index 0000000..e3a6f43
--- /dev/null
@@ -0,0 +1,9 @@
+T=TIMER\r
+L=INT(T)\r
+COLOR 14,1\r
+SCREEN 0\r
+LOCATE 2,2\r
+L=L-9999\r
+PRINT L\r
+STOP\r
+END\1a
\ No newline at end of file
This page took 0.130664 seconds and 4 git commands to generate.