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.
7 lines
107 B
Racket
7 lines
107 B
Racket
8 years ago
|
#lang basic-demo
|
||
|
10 rem what?
|
||
|
20 print "hello"
|
||
|
30 rem goto 50
|
||
|
45 print "shite"
|
||
|
50 print "foobar"
|
||
|
30 goto 50
|