Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- my $i = 1;
- loop {
- if $i > 5 {
- last;
- }
- $i.say;
- $i++;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement