Closed dnewhall closed 7 months ago
I find it odd that Turing+ doesn't support the output of booleans.
All of these refuse to compile with an Illegal 'put' or 'get' item error message:
Illegal 'put' or 'get' item
put "Found index? ", idx < MAX_SIZE var b : boolean := false; put b put true
Yes, that's true, the Turing language does not allow output of Booleans.
I find it odd that Turing+ doesn't support the output of booleans.
All of these refuse to compile with an
Illegal 'put' or 'get' item
error message: