Open tomek-he-him opened 9 years ago
The concept “the boolean type can only be used internally” is conceptually quite complicated. How about saying three things:
boolean
true
1
false
0
<
and
The concept “the
boolean
type can only be used internally” is conceptually quite complicated. How about saying three things:true
is just1
andfalse
is just0
.0
as no – and any other number as yes.<
orand
returns1
or0
.