Guess the number/With feedback (player): Difference between revisions

m
Fix Perl 6 -> Raku calling conventions and comments
(Rename Perl 6 -> Raku, alphabetize, minor clean-up)
m (Fix Perl 6 -> Raku calling conventions and comments)
Line 2,270:
}</lang>
 
You may execute this program with '<tt>perl6raku program</tt>' or with '<tt>perl6raku program min max</tt>'. Perl 6Raku creates a usage for us if we don't give the right parameters. It also parses the parameters for us and provides them via <tt>$min</tt> and <tt>$max</tt>. We use multi-subs to provide two MAIN subroutines so the user is able to choose between min and max parameters and no parameters at all, in which case min is set to 0 and max to 100.
 
=={{header|REXX}}==
10,333

edits