6 lines
117 B
Text
6 lines
117 B
Text
x = true
|
|
y = false
|
|
|
|
see "x and y = " + (x and y) + nl
|
|
see "x or y = " + (x or y) + nl
|
|
see "not x = " + (not x) + nl
|