Borland TurboBASIC & TurboPASCAL stuff from 1998 when i started with programming...
[mirrors/Programs.git] / turbobasic / VIPIS.BAS
diff --git a/turbobasic/VIPIS.BAS b/turbobasic/VIPIS.BAS
new file mode 100755 (executable)
index 0000000..a5b093e
--- /dev/null
@@ -0,0 +1,10 @@
+A=0\r
+FOR I=0 TO 24\r
+A=A+1\r
+REM CLS\r
+COLOR 14,1\r
+SCREEN 0\r
+LOCATE A,A\r
+PRINT I\r
+NEXT I\r
+END\1a
\ No newline at end of file
This page took 0.12849 seconds and 4 git commands to generate.