index
:
emscripten
master
push-upstream
Emscripten: An LLVM-to-JavaScript Compiler
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
third_party
/
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