Simple examples: Difference between revisions

Jump to navigation Jump to search
9 bytes removed ,  12:05, 5 August 2021
→‎Split text by delimiter: GNU isn't "more traditional", it just follows APL2 rather than NARS/Dyalog (both of which predate APL2)
m (Added GNU APL equivalent expression for Split by Delimiter example)
(→‎Split text by delimiter: GNU isn't "more traditional", it just follows APL2 rather than NARS/Dyalog (both of which predate APL2))
Line 94: Line 94:
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]]:
The above [[tacit]] syntax is not supported by [[GNU APL]]. Since it's based on [[APL2]], GNU uses <source lang=apl inline></source> as [[partition]]:
[http://juergen-sauermann.de/try-GNU-APL Try it now!]
[http://juergen-sauermann.de/try-GNU-APL Try it now!]
<source lang=apl>
<source lang=apl>

Navigation menu