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.
beautiful-racket/beautiful-racket/br/demo/basic/for.bas

5 lines
76 B
QBasic

#lang br/demo/basic
10 for A=1 to 5 step 3
20 print A
30 next
40 print "yay"