Variant: Difference between revisions

Jump to navigation Jump to search
5 bytes removed ,  08:25, 7 June 2022
m
→‎Usage: IC: ignore case
m (→‎Usage: IC: ignore case)
Line 27: Line 27:
0
0
</source>{{Works in|[[J]]}}
</source>{{Works in|[[J]]}}
However, Dyalog also allows a [[wikipedia:name–value pair]], or a vector of name–value pairs. The above example can be spelled using the <source lang=apl inline>IC</source> (for ''Insensitive Case'') setting name:
However, Dyalog also allows a [[wikipedia:name–value pair]], or a vector of name–value pairs. The above example can be spelled using the <source lang=apl inline>IC</source> (for ''Ignore Case'') setting name:
<source lang=apl>
<source lang=apl>
       ('abra'⎕S'&'⍠'IC'1)'Abrabrabra'
       ('abra'⎕S'&'⍠'IC'1)'Abrabrabra'
13

edits

Navigation menu