Borland TurboBASIC & TurboPASCAL stuff from 1998 when i started with programming...
[mirrors/Programs.git] / turbobasic / LINES.BAS
diff --git a/turbobasic/LINES.BAS b/turbobasic/LINES.BAS
new file mode 100755 (executable)
index 0000000..4079efc
--- /dev/null
@@ -0,0 +1,7 @@
+CLS\r
+color 2,3\r
+SCREEN 8\r
+LINE (3,3)-(319,119),,B\r
+LINE (55,1)-(1,50)\r
+CIRCLE (200,100),50,3\r
+CIRCLE (100,100),50, , , , 5/18\1a
\ No newline at end of file
This page took 0.137011 seconds and 4 git commands to generate.