Boolean values: Difference between revisions

Content deleted Content added
m Added implementation for Ursa
mNo edit summary
Line 1,510:
=={{header|Ursa}}==
Ursa has the boolean data type which can be declared using the declare (or decl) function.
<lang ursa>decl boolean bool</ursalang>
Boolean values can be set to either true or false, or the result of an expression.
<lang ursa>set bool true