Closed hikari-no-yume closed 9 years ago
Specified in the spec, but only barely supported in the interpreter. We need true and false constants to actually be in the stdlib, and some boolean operators (and, or, xor etc.).
true
false
and
or
xor
Perhaps and_lazy to emulate short-circuiting for you?
and_lazy
Specified in the spec, but only barely supported in the interpreter. We need
true
andfalse
constants to actually be in the stdlib, and some boolean operators (and
,or
,xor
etc.).