Array notation: Difference between revisions

Jump to navigation Jump to search
15 bytes added ,  20:53, 26 May 2021
Line 30: Line 30:
* empty round parentheses: <source lang=apl inline>()</source>
* empty round parentheses: <source lang=apl inline>()</source>


where ''broken'' means interrupted by one or more <source lang=apl inline>⋄</source> or line breaks (outside of [[dfn]]s).
where ''broken'' means interrupted by one or more [[diamond]]s (<source lang=apl inline>⋄</source>) or line breaks (outside of [[dfn]]s).


* A ''broken'' round parenthesis creates a [[vector]], where every diamond/line break-separated statement forms an [[element]] in the resulting vector.
* A ''broken'' round parenthesis creates a [[vector]], where every diamond/line break-separated statement forms an [[element]] in the resulting vector.

Navigation menu