@@ -422,16 +422,16 @@ that can be used to create new categories.
422
422
[`circumfix:<( )>`](appendix-a-index.html#circumfix-category)
423
423
[`dotty:<.>`](appendix-a-index.html#dotty-category)
424
424
[`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)
426
426
[`infix_postfix_meta_operator:<=>`](appendix-a-index.html#infix-postfix-meta-operator-category)
427
427
[`infix_prefix_meta_operator:<!>`](appendix-a-index.html#infix-prefix-meta-operator-category)
428
428
[`package_declarator:<class>`](appendix-a-index.html#package-declarator-category)
429
429
[`postcircumfix:<( )>`](appendix-a-index.html#postcircumfix-category)
430
430
[`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)
432
432
[`prefix:<++>`](appendix-a-index.html#prefix-category)
433
433
[`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)
435
435
[`quote:<q>`](appendix-a-index.html#quote-category)
436
436
[`routine_declarator:<sub>`](appendix-a-index.html#routine-declarator-category)
437
437
[`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
497
497
signs (documented as "Texas Quotes").
498
498
499
499
--- -------------------------------------------------------- -----------------------------------------------
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)
503
503
--- -------------------------------------------------------- -----------------------------------------------
504
504
505
505
@@ -575,9 +575,9 @@ Selection of the comparison alhorithm (4th column) is based on the value
575
575
[Set](appendix-a-index.html#Set-type) [Set](appendix-a-index.html#Set-type) identical sets `$_ === X`
576
576
[Hash](appendix-a-index.html#Hash-type) [Set](appendix-a-index.html#Set-type) hash keys same set `$_.keys === X`
577
577
[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!)
579
579
[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`
581
581
[Hash](appendix-a-index.html#Hash-type) [Hash](appendix-a-index.html#Hash-type) hash keys same set `$_.keys === X.keys`
582
582
[Set](appendix-a-index.html#Set-type) [Hash](appendix-a-index.html#Hash-type) hash keys same set `$_ === X.keys
583
583
[Array](appendix-a-index.html#Array-type) [Hash](appendix-a-index.html#Hash-type) hash slice existence `X.{any @$_}:exists`
0 commit comments