Skip to content

Commit

Permalink
Implement first occurence
Browse files Browse the repository at this point in the history
  • Loading branch information
arcfide committed Dec 3, 2023
1 parent ed335a7 commit dad8318
Show file tree
Hide file tree
Showing 4 changed files with 2,435 additions and 2,404 deletions.
2 changes: 1 addition & 1 deletion rtm/prim.apln
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ greaterthan←{
gth←{⎕SIGNAL 2}ambiv (greaterthan numeric scalar)

⍝ ≠: Not Equal | First Occurrence
firstocc←{⎕SIGNAL 16}
firstocc←{(⍳≢⍵)=⍵⍳⍵}
neq_vec←'neq_vec_ibeam'⌶
noteq←{
⍺ both_numeric ⍵:⍺ neq_vec ⍵
Expand Down

0 comments on commit dad8318

Please sign in to comment.