Skip to content

Commit

Permalink
819⌶ → ⎕D
Browse files Browse the repository at this point in the history
Also `_O_` → `⍥`
  • Loading branch information
abrudz committed May 14, 2024
1 parent 5c77559 commit d1c12bc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/Operators.md
Original file line number Diff line number Diff line change
Expand Up @@ -294,8 +294,8 @@ The **over** operator `⍺⍺⍥⍵⍵` was introduced in Dyalog in version 18.0
**Example:**

```APL
1 3 2 +_O_× 5 0 ¯5 ⍝ Sum of signs
'some text'≡_O_ 0∘(819⌶)'SOME TEXT' ⍝ Case-insensitive match
1 3 2 +× 5 0 ¯5 ⍝ Sum of signs
'some text'≡⍥⎕C'SOME TEXT' ⍝ Case-insensitive match
```

The **under** (or *dual*) operator `⍺⍺⍢⍵⍵` has not been implemented in Dyalog. However, it can be partially modelled. It is the same as over ``, except that the inverse of `⍵⍵` is applied to the result.
Expand Down Expand Up @@ -351,4 +351,4 @@ p 2
│1 0│0 0│1 0│
│0 1│ │0 1│
└───┴───┴───┘
```
```

0 comments on commit d1c12bc

Please sign in to comment.