Initial data commit
This commit is contained in:
parent
72d218235f
commit
f23f22d71c
199087 changed files with 3378941 additions and 0 deletions
|
|
@ -0,0 +1,6 @@
|
|||
10 INPUT "A="; A
|
||||
20 INPUT "B="; B
|
||||
30 PRINT "A AND B =" A AND B :rem AND
|
||||
40 PRINT "A OR B =" A OR B :rem OR
|
||||
50 PRINT "A XOR B =" (A AND(NOT B))OR((NOT A)AND B) :rem XOR
|
||||
60 PRINT "NOT A =" NOT A :rem NOT
|
||||
Loading…
Add table
Add a link
Reference in a new issue