πŸ“˜ Prefix operator – in Perl 6

πŸ“˜ Prefix operator – in Raku

N. B. Perl 6 has been renamed to Raku. Click to read more.


– is a unary minus, which changes the sign of its operand. Because this operator silently calls the Numeric method, it can also cast the context, as it does the unary plus operator.

my Str $price = '4' ~ '2';
say -$price; # -42

Leave a Reply

Your email address will not be published. Required fields are marked *

Retype the CAPTCHA code from the image
Change the CAPTCHA codeSpeak the CAPTCHA code