APL syntax: Difference between revisions

Jump to navigation Jump to search
37 bytes added ,  09:01, 18 October 2020
m
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 <source lang=apl inline>⋄</source> 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

Navigation menu