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
/
sqrt2.bas
blob: 862d85ef269229d89ce79242173cf6f0da07d250 (
plain
)
1
2
3
4
10
FOR
X
=
1
TO
100
20
PRINT
X
,
SQR
(
X
)
30
NEXT
X
40
END