Skip to content

Commit 6a19a29

Browse files
committed
fixing utf in B
1 parent 5c87432 commit 6a19a29

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

docs/appendix-b-grouped.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -422,16 +422,16 @@ that can be used to create new categories.
422422
[`circumfix:<( )>`](appendix-a-index.html#circumfix-category)
423423
[`dotty:<.>`](appendix-a-index.html#dotty-category)
424424
[`infix:<+>`](appendix-a-index.html#infix-category)
425-
[`infix_circumfix_meta_operator:{'',''}`](appendix-a-index.html#infix-circumfix-meta-operator-category)
425+
[`infix_circumfix_meta_operator:{'«','»'}`](appendix-a-index.html#infix-circumfix-meta-operator-category)
426426
[`infix_postfix_meta_operator:<=>`](appendix-a-index.html#infix-postfix-meta-operator-category)
427427
[`infix_prefix_meta_operator:<!>`](appendix-a-index.html#infix-prefix-meta-operator-category)
428428
[`package_declarator:<class>`](appendix-a-index.html#package-declarator-category)
429429
[`postcircumfix:<( )>`](appendix-a-index.html#postcircumfix-category)
430430
[`postfix:<++>`](appendix-a-index.html#postfix-category)
431-
[`postfix_prefix_meta_operator:{''}`](appendix-a-index.html#postfix-prefix-meta-operator-category)
431+
[`postfix_prefix_meta_operator:{'»'}`](appendix-a-index.html#postfix-prefix-meta-operator-category)
432432
[`prefix:<++>`](appendix-a-index.html#prefix-category)
433433
[`prefix_circumfix_meta_operator:{'[',']'}`](appendix-a-index.html#prefix-circumfix-meta-operator-category)
434-
[`prefix_postfix_meta_operator:{''}`](appendix-a-index.html#prefix-postfix-meta-operator-category)
434+
[`prefix_postfix_meta_operator:{'«'}`](appendix-a-index.html#prefix-postfix-meta-operator-category)
435435
[`quote:<q>`](appendix-a-index.html#quote-category)
436436
[`routine_declarator:<sub>`](appendix-a-index.html#routine-declarator-category)
437437
[`scope_declarator:<my>`](appendix-a-index.html#scope-declarator-category)
@@ -497,9 +497,9 @@ The two hyper operators and the evaluating autoquoting can be written with the
497497
signs (documented as "Texas Quotes").
498498

499499
--- -------------------------------------------------------- -----------------------------------------------
500-
[\<\<](appendix-a-index.html#lower-lower-op) Hyperop, right side dictates length of result
501-
[\>\>](appendix-a-index.html#greater-greater-op) Hyperop, left side dictates length of result
502-
� � [\<\< \>\>](appendix-a-index.html#double-angle-brackets) [**qw**](appendix-a-index.html#qw-op) with [evaluation](appendix-g-glossary.html#evaluation) and [quote protection](appendix-g-glossary.html#quote-protection)
500+
« [\<\<](appendix-a-index.html#lower-lower-op) Hyperop, right side dictates length of result
501+
» [\>\>](appendix-a-index.html#greater-greater-op) Hyperop, left side dictates length of result
502+
« » [\<\< \>\>](appendix-a-index.html#double-angle-brackets) [**qw**](appendix-a-index.html#qw-op) with [evaluation](appendix-g-glossary.html#evaluation) and [quote protection](appendix-g-glossary.html#quote-protection)
503503
--- -------------------------------------------------------- -----------------------------------------------
504504

505505

@@ -575,9 +575,9 @@ Selection of the comparison alhorithm (4th column) is based on the value
575575
[Set](appendix-a-index.html#Set-type) [Set](appendix-a-index.html#Set-type) identical sets `$_ === X`
576576
[Hash](appendix-a-index.html#Hash-type) [Set](appendix-a-index.html#Set-type) hash keys same set `$_.keys === X`
577577
[Any](appendix-a-index.html#Any-type) [Set](appendix-a-index.html#Set-type) force set comparison `Set($_) === X`
578-
[Array](appendix-a-index.html#Array-type) [Array](appendix-a-index.html#Array-type) arrays are comparable `$_ === X` (dwims `*` wildcards!)
578+
[Array](appendix-a-index.html#Array-type) [Array](appendix-a-index.html#Array-type) arrays are comparable `$_ «===» X` (dwims `*` wildcards!)
579579
[Set](appendix-a-index.html#Set-type) [Array](appendix-a-index.html#Array-type) array equiv to set `$_ === Set(X)`
580-
[Any](appendix-a-index.html#Any-type) [Array](appendix-a-index.html#Array-type) lists are comparable `@$_ === X`
580+
[Any](appendix-a-index.html#Any-type) [Array](appendix-a-index.html#Array-type) lists are comparable `@$_ «===» X`
581581
[Hash](appendix-a-index.html#Hash-type) [Hash](appendix-a-index.html#Hash-type) hash keys same set `$_.keys === X.keys`
582582
[Set](appendix-a-index.html#Set-type) [Hash](appendix-a-index.html#Hash-type) hash keys same set `$_ === X.keys
583583
[Array](appendix-a-index.html#Array-type) [Hash](appendix-a-index.html#Hash-type) hash slice existence `X.{any @$_}:exists`

0 commit comments

Comments
 (0)