Simple examples: Difference between revisions

Jump to navigation Jump to search
316 bytes added ,  06:01, 5 August 2021
m
Added GNU APL equivalent expression for Split by Delimiter example
m (Added GNU APL equivalent expression for Split by Delimiter example)
Line 93: Line 93:
{{Works in|[[Dyalog APL]]}}
{{Works in|[[Dyalog APL]]}}
Notice that you can read the [[tacit]] function <source lang=apl inline>≠⊆⊢</source> like an English sentence: ''The inequality partitions the right argument''.
Notice that you can read the [[tacit]] function <source lang=apl inline>≠⊆⊢</source> like an English sentence: ''The inequality partitions the right argument''.
The above [[tacit]] syntax is not supported by [[GNU APL]]. As a more traditional [https://aplwiki.com/wiki/Migration_level dialect] it uses ⊂ as [[partition]]:
[http://juergen-sauermann.de/try-GNU-APL Try it now!]
<source lang=apl>
      (','≠s)⊂s←'comma,delimited,text'
</source>
{{Works in|[[GNU APL]]}}


=== Indices of multiple elements ===
=== Indices of multiple elements ===
3

edits

Navigation menu