APL syntax: Difference between revisions

Jump to navigation Jump to search
4 bytes added ,  10:10, 20 July 2020
no edit summary
m (→‎Syntactic elements: Simpler link encoding)
No edit summary
Line 22: Line 22:
* Square brackets <source lang=apl inline>[]</source> used for [[bracket indexing]] and [[function axis]] specification
* Square brackets <source lang=apl inline>[]</source> used for [[bracket indexing]] and [[function axis]] specification
* Parentheses <source lang=apl inline>()</source> for grouping
* Parentheses <source lang=apl inline>()</source> for grouping
* The diamond and newline characters used as a [[statement separator]]
* The Diamond and newline characters used as a [[statement separator]]
* The del character <source lang=apl inline>∇</source> used for [[tradfn]]s, or curly braces for [[dfn]]s
* The [[Del]] character <source lang=apl inline>∇</source> used for [[tradfn]]s, or curly braces for [[dfn]]s
* [[Keyword]]s for [[control structure]]s
* [[Keyword]]s for [[control structure]]s
* The [[branch]] arrow <source lang=apl inline>→</source>
* The [[branch]] arrow <source lang=apl inline>→</source>

Navigation menu