Data update
This commit is contained in:
parent
35bcdeebf8
commit
74c69a0df6
2427 changed files with 31826 additions and 3468 deletions
|
|
@ -0,0 +1,8 @@
|
|||
120 b1 = false 'value of 0
|
||||
130 b2 = not false 'value of -1
|
||||
140 print b1 and b2
|
||||
150 print b1 or b2
|
||||
160 print b1 xor b2
|
||||
170 print b1 eqv b2
|
||||
180 print b1 imp b2
|
||||
190 print not b2
|
||||
Loading…
Add table
Add a link
Reference in a new issue