RosettaCodeData/Task/Boolean-values/Perl/boolean-values-1.pl
Ingy döt Net 518da4a923 B
2013-04-10 16:19:29 -07:00

2 lines
68 B
Raku

my $x = 0.0;
my $true_or_false = $x ? 'true' : 'false'; # false