Skip to content

Commit 3071ce2

Browse files
ronaldxsAlexDaniel
authored andcommitted
add Nl numeric value example
1 parent 6020ec9 commit 3071ce2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/Language/unicode_texas.pod6

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ aren't decimal digit characters, so can't be combined.) For example:
4040
4141
=begin code
4242
43-
my $var = ⅒ + 2;
44-
say $var; # 2.1
43+
my $var = ⅒ + 2 + Ⅻ; # here ⅒ is No and Rat and Ⅻ is Nl and Int
44+
say $var; # 14.1
4545
4646
=end code
4747

0 commit comments

Comments
 (0)