Borland TurboBASIC & TurboPASCAL stuff from 1998 when i started with programming...
[mirrors/Programs.git] / turbobasic / NAH-CISL.BAS
diff --git a/turbobasic/NAH-CISL.BAS b/turbobasic/NAH-CISL.BAS
new file mode 100755 (executable)
index 0000000..45730fa
--- /dev/null
@@ -0,0 +1,17 @@
+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.09438 seconds and 4 git commands to generate.