index
:
firefox
debian
progress-linux
upstream
debian 12: mozilla
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
third_party
/
python
/
ply
/
example
/
BASIC
/
func.bas
blob: 447ee16a927592a6b2c9eaa5eece300b5676ba29 (
plain
)
1
2
3
4
5
10
DEF
FDX
(
X
)
=
2
*
X
20
FOR
I
=
0
TO
100
30
PRINT
FDX
(
I
)
40
NEXT
I
50
END