Boolean values: Difference between revisions

m
Line 404:
 
=={{header|NetRexx}}==
NetRexx inherits boolean arithmeticfunctionality directly from the [[Java]] virtual machine with the exception that the <code>true</code> and <code>false</code> keywords are not defined to the language.
Defining <code>true</code> and <code>false</code> variables can lead to name collisions during compilation so a simple expedient is to define boolean functions <code>isTrue</code>
and <code>isFalse</code> to return the appropriate values.
Anonymous user