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 4357ca3 commit e7c91f5Copy full SHA for e7c91f5
doc/Type/Str.pod6
@@ -339,6 +339,11 @@ Directives guide the use (if any) of the arguments. When a directive
339
(other than C<%>) is used, it indicates how the next argument
340
passed is to be formatted into the string to be created.
341
342
+NOTE: The information below is for a fully functioning C<sprintf> implementation which hasn't been
343
+achieved yet due, in part, to Rakudo issues with native uint64 types. The following section will
344
+be annotated to indicate what parts do NOT yet wrk properly after a thorough test is made of
345
+each example below.
346
+
347
The directives are:
348
349
=begin table
0 commit comments