Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- loop (my $i = 1; $i <= 10; $i++) {
- if $i % 2 != 0 {
- next;
- }
- $i.say;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement