Template:APL syntax: Difference between revisions
Jump to navigation
Jump to search
Miraheze>Adám Brudzewsky (Created page with "<noinclude>__NOTITLE__</noinclude> {| class="wikitable mw-collapsible<includeonly> mw-collapsed</includeonly>" style="width:100%" ! colspan="2" | '''<big>APL syntax</big>'''...") |
Miraheze>Adám Brudzewsky No edit summary |
||
Line 7: | Line 7: | ||
|- | |- | ||
! Array | ! Array | ||
| [[Numeric literal]] ∙ [[String]] ∙ [[Strand notation]] | | [[Numeric literal]] ∙ [[String]] ∙ [[Strand notation]] ∙ [[Object literal]] ∙ [[Array notation]] | ||
|- | |- | ||
! [[Function]] | ! [[Function]] |
Revision as of 21:52, 16 November 2019
APL syntax [edit] | |
---|---|
Overview | Comparison to traditional mathematics ∙ Precedence |
Array | Numeric literal ∙ String ∙ Strand notation ∙ Object literal ∙ Array notation |
Function | Argument ∙ Function valence ∙ Derived function ∙ Function train |
Operator | Operand ∙ Operator valence ∙ Derived function ∙ Derived operator |
Assignment | Multiple ∙ Indexed ∙ Selective ∙ Modified |
User definition | Tradfn ∙ Dfn ∙ Tacit |
Other | Bracket notation ∙ Branching ∙ System command ∙ User command ∙ Keyword ∙ Dot notation |