Skip to content

Commit 1ba43da

Browse files
committed
Remove sprintf example with $^V which does not exist in P6
1 parent bcfaf4c commit 1ba43da

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

doc/Type/Str.pod6

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -554,7 +554,6 @@ displaying ordinal values of characters in arbitrary strings:
554554
555555
=begin code :skip-test
556556
NYI sprintf "%vd", "AB\x{100}"; # "65.66.256"
557-
NYI sprintf "version is v%vd\n", $^V; # Perl 6's version
558557
=end code
559558
560559
You can also explicitly specify the argument number to use for the

0 commit comments

Comments
 (0)