This website works better with JavaScript.
Explore
Help
Sign In
mbutterick
/
beautiful-racket
Watch
1
Star
0
Fork
You've already forked beautiful-racket
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
6c3c0940ad
master
v6.3-exception
dev-srcloc
dev-elider
dev-elider-2
dev-elider-3
v1.6
v1.5
v1.4
v1.3
v1.1
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '6c3c0940ad'
${ noResults }
beautiful-racket
/
beautiful-racket-demo
/
basic-demo-nth
/
tabs.bas
5 lines
83 B
QBasic
Raw
Normal View
History
Unescape
Escape
update
8 years ago
#
lang
basic
-
demo
-
nth
improve handling of negative numbers; add `DEF`
9 years ago
5
print
30
;
"foo"
10
PRINT
TAB
(
10
)
;
"*"
;
20
PRINT
TAB
(
15
)
;
"*"
;