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