GIT.Harvie.CZ
/
mirrors
/
Programs.git
/ blame_incremental
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(non-incremental) |
history
|
HEAD
Manualy fixed encoding of few files...
[mirrors/Programs.git]
/
turbobasic
/
CIS1AZ10.BAS
This page requires JavaScript to run. Use
this page
instead.
... / ...
Commit
Line
Data
1
SCREEN 1
\r
2
V=TIMER
\r
3
PRINT "CAS" V
\r
4
V=INT(((V-INT(V))+.2)*10)
\r
5
PRINT "DALE" V
\r
6
FOR I=1 TO 19
\r
7
A=INT(RND*V+1)
\r
8
IF A=11 THEN A=A-V+1
\r
9
PRINT A
\r
10
NEXT I
\r
11
SOUND 1200,2
\1a
This page took
0.11794 seconds
and
4
git commands to generate.