RosettaCodeData/Task/Integer-comparison/Perl-6/integer-comparison-3.pl6

2 lines
49 B
Raku
Raw Permalink Normal View History

2013-10-27 22:24:23 +00:00
say prompt("1st int: ") <=> prompt("2nd int: ");