Data update
This commit is contained in:
parent
81fd053722
commit
52a6ef48dd
10248 changed files with 63654 additions and 6775 deletions
|
|
@ -3,15 +3,15 @@
|
|||
|There are no implicit conversions, but explicit conversions
|
||||
|from/to int (0,1) or text ("⊥", "⊤") are allowed.
|
||||
|^
|
||||
logic booleanTrue = true
|
||||
logic booleanFalse = false
|
||||
logic booleanTrue ← true
|
||||
logic booleanFalse ← false
|
||||
if 2 > 1 and true and not false
|
||||
writeLine("true: " + true + ", false: " + false)
|
||||
writeLine("true: ", true, ", false: ", false)
|
||||
end
|
||||
if false == logic!0
|
||||
if false æ logic!0
|
||||
writeLine("explicit conversion from integer")
|
||||
end
|
||||
if true == logic!"⊤"
|
||||
if true æ logic!"⊤"
|
||||
writeLine("explicit conversion from text")
|
||||
end
|
||||
writeLine(int!true) # is one
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue