We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65c9c4f commit 9ca8115Copy full SHA for 9ca8115
doc/Language/system.pod6
@@ -47,7 +47,7 @@ provides a very convenient API for scripts that deal with sets of files.
47
Use C<prompt> to have a running program query the user for data:
48
49
=begin code
50
-my Uint $num-iters = prompt "How many iterations to run: ";
+my UInt $num-iters = prompt "How many iterations to run: ";
51
=end code
52
53
=head1 Running programs synchronously and asynchronously
0 commit comments