Skip to content

Commit f157964

Browse files
committed
adding set ops
1 parent 24d28d2 commit f157964

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/appendix-b-grouped.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -481,6 +481,7 @@ if followed by `()`.
481481
[`!op`](appendix-a-index#exclamation-metaop) negation known from P5, `$L !<op> $R` equals `!($L op $R)`\
482482
[`Rop`](appendix-a-index#R-metaop) reverse reverses the order of the operands\
483483
[`Sop`](appendix-a-index#S-metaop) sequence like reduction, only synchronous, execution in listed order is guaranteed; suppresses any explicit or implicit parallelism
484+
[`(op)`](appendix-a-index#S-metaop) set make set operators ut of | & !
484485
[`>>op`](appendix-a-index#right-hyperop) hyper processes arrays eager and in parallel or applies a single value to all array elements, `@E = $L[0] op $R[0], $L[1] op $R[1], ...;`
485486
[`<<op`](appendix-a-index#left-hyperop) hyper like above, points to the side which determines dimensionality, `@E = $L[0] op $R[0], $L[1] op $R[1], ...;`
486487
[`[op]`](appendix-a-index#reduce-op) [reduce()](appendix-a-index#reduce) applies the operator between all elements of an array, `$result = $V[0] op $V[1] op ...;`

0 commit comments

Comments
 (0)