min and max return, correspondently, the minimum and maximum value of their operands.
say 20 min 10;Β Β Β Β Β Β Β Β # 10 say 'three' max 'two'; # two (sorted alphabetically)
Science, Programming, Electronics, Languages
N. B. Perl 6 has been renamed to Raku. Click to read more.
min and max return, correspondently, the minimum and maximum value of their operands.
say 20 min 10;Β Β Β Β Β Β Β Β # 10 say 'three' max 'two'; # two (sorted alphabetically)