File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2023,7 +2023,7 @@ values for all C<Z> operators in a chain.
2023
2023
OUTPUT « a:1b:2c:3 »
2024
2024
2025
2025
The C < Z > operator also exists as a meta operator, in which case the inner
2026
- lists are replaced by the value from applying the meta'ed operator to the
2026
+ lists are replaced by the value from applying the operator to the
2027
2027
list:
2028
2028
2029
2029
say 100, 200 Z+ 42, 23; #=> (142 223)
@@ -2044,7 +2044,7 @@ elements vary most rapidly:X<|cross product operator>
2044
2044
# (3 a 9) (3 b 9) (3 c 9))
2045
2045
2046
2046
The C < X > operator also exists as a meta operator, in which case the inner
2047
- lists are replaced by the value from applying the meta'ed operator to the
2047
+ lists are replaced by the value from applying the operator to the
2048
2048
list:
2049
2049
2050
2050
1..3 X~ <a b c> X~ 9
You can’t perform that action at this time.
0 commit comments