Rosettacode tasks in Perl 6
Search...
Ctrl + K
Programming tasks
A
Assertions
Copy
my $a = (1..100).pick;
$a == 42 or die '$a ain\'t 42';
Previous
Aspect oriented programming
Next
Assertions in design by contract
Last updated
1 year ago
Was this helpful?