Book a Demo!
Store
Features
Docs
Share
Support
News
About
Policies
Sign Up
Sign In
emscripten-core
Edit Copy
Star
GitHub Repository:
emscripten-core/emscripten
Path:
blob/main/third_party/ply/example/BASIC/sqrt1.bas
7
0
8
7
views
10 LET X = 0 20 LET X = X + 1 30 PRINT X, SQR(X) 40 IF X < 100 THEN 20 50 END