Not Match: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
(→Documentation: BQN documentation link) |
||
Line 8: | Line 8: | ||
* [https://help.dyalog.com/latest/#Language/Primitive%20Functions/Not%20Match.htm Dyalog] | * [https://help.dyalog.com/latest/#Language/Primitive%20Functions/Not%20Match.htm Dyalog] | ||
* [http://microapl.com/apl_help/ch_020_020_361.htm APLX] | * [http://microapl.com/apl_help/ch_020_020_361.htm APLX] | ||
* [https://mlochbaum.github.io/BQN/doc/match.html BQN] | |||
{{APL built-ins}}[[Category:Primitive functions]] | {{APL built-ins}}[[Category:Primitive functions]] |
Latest revision as of 03:12, 3 February 2021
≢
|
Not Match (≢
) (sometimes Natch) is the negation of Match. Thus, it returns 0 when its arguments match, and 1 when they do not. Like Match, it is a dyadic primitive function.
Some rendering engines (like Blink, the rendering engine of Chromium based browsers like Chrome, Edge, and Opera) tend to render ≢
as ≡/
if the selected font does not have the ≢
character (U+2262), but does have ≡
(U+2261) and ̸
(U+0338). This issue can be avoided by selecting a font which is more appropriate for APL.
External links
Documentation