Borland TurboBASIC & TurboPASCAL stuff from 1998 when i started with programming...
[mirrors/Programs.git] / turbobasic / NAH-CISL.BAS
... / ...
CommitLineData
1V=TIMER\r
2PRINT V\r
3\r
4V=V-INT(V)\r
5PRINT V\r
6V=V*120\r
7PRINT V\r
8V=INT(V)\r
9\r
10G=RND*40\r
11I=G+V\r
12I=INT(V)+(G)\r
13I=I+55\r
14I=INT(V)+(G)+(I)\r
15I=INT(I)\r
16PRINT I\r
17END\1a
This page took 0.134658 seconds and 4 git commands to generate.