RosettaCodeData/Task/Assertions/Perl-6/assertions-1.pl6
2016-12-05 22:15:40 +01:00

2 lines
55 B
Raku

my $a = (1..100).pick;
$a == 42 or die '$a ain\'t 42';