Moved old turbobasic files to directory 1998 and added new directory for new files
[mirrors/Programs.git] / turbobasic / NAH-CISL.BAS
diff --git a/turbobasic/NAH-CISL.BAS b/turbobasic/NAH-CISL.BAS
deleted file mode 100644 (file)
index 45730fa..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-V=TIMER\r
-PRINT V\r
-\r
-V=V-INT(V)\r
-PRINT V\r
-V=V*120\r
-PRINT V\r
-V=INT(V)\r
-\r
-G=RND*40\r
-I=G+V\r
-I=INT(V)+(G)\r
-I=I+55\r
-I=INT(V)+(G)+(I)\r
-I=INT(I)\r
-PRINT I\r
-END\1a
\ No newline at end of file
This page took 0.099802 seconds and 4 git commands to generate.