Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- my $n = 0;
- if $n > 0 {
- say "n is larger than zero";
- } elsif $n < 0 {
- say "n is smaller than zero";
- } else {
- say "n is equal to zero";
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement