Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- > my $a = 5;
- 5
- > $a := 10;
- ===SORRY!=== Error while compiling:
- Cannot use bind operator with this left-hand side
- ------> $a := 10⏏;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement