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.
8 lines
136 B
Racket
8 lines
136 B
Racket
8 years ago
|
#lang basic-demo-2
|
||
|
10 rem all results should be 1
|
||
|
20 a = 5
|
||
|
30 b = 10
|
||
|
40 print a > 4
|
||
|
50 print b = 10
|
||
|
60 print b < 11
|
||
|
70 print ! (b = 100)
|