Boolean values: Difference between revisions

m (typo fixed)
Line 1,055:
 
=={{header|Perl 6}}==
{{works with|Rakudo|20102015.0712}}
 
Perl 6 provides an enumeration <code>Bool</code> with two values, <code>True</code> and <code>False</code>. Values of enumerations can be used as ordinary values or as mixins:
Anonymous user