Jump to content

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
Cookies help us deliver our services. By using our services, you agree to our use of cookies.