Initial data commit
This commit is contained in:
parent
72d218235f
commit
f23f22d71c
199087 changed files with 3378941 additions and 0 deletions
8
Task/Boolean-values/BaCon/boolean-values.bacon
Normal file
8
Task/Boolean-values/BaCon/boolean-values.bacon
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
' Boolean TRUE and FALSE are non-zero and zero constants
|
||||
a = TRUE
|
||||
b = FALSE
|
||||
PRINT a, ", ", b
|
||||
|
||||
IF 0 THEN PRINT "TRUE" : ELSE PRINT "FALSE"
|
||||
IF 1 THEN PRINT "TRUE"
|
||||
IF 2 THEN PRINT "TRUE"
|
||||
Loading…
Add table
Add a link
Reference in a new issue