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.
23 lines
280 B
Plaintext
23 lines
280 B
Plaintext
print "Hello."
|
|
|
|
set fg 32767
|
|
|
|
# draw bg, lines
|
|
rect 50 50 380 220 6375
|
|
line 50 160 430 160 fg
|
|
line 240 50 240 270 fg
|
|
|
|
set x 50
|
|
#do
|
|
# delay 10
|
|
# line x 170 x 150 fg
|
|
# set x (x + 20)
|
|
#while (x < 430)
|
|
|
|
#set y 50
|
|
#do
|
|
# delay 10
|
|
# line 230 y 250 y fg
|
|
# set y (y + 20)
|
|
#while (y < 270)
|