GIT.Harvie.CZ
/
mirrors
/
Programs.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
semestralka
[mirrors/Programs.git]
/
turbobasic
/
1998
/
STICKS.BAS
1
for A=0 TO 6000
2
CLS
3
COLOR 0,15
4
SCREEN 0
5
X=STICK (0)
6
Y=STICK (1)
7
REM LOCATE X,Y
8
REM PRINT "O"
9
PRINT X " , " Y
10
FOR D=0 TO 300
11
NEXT D
12
NEXT A
13
END
\1a
This page took
0.386727 seconds
and
4
git commands to generate.