Template:APL syntax: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 4: | Line 4: | ||
|- | |- | ||
! style="width:8em;" | General | ! style="width:8em;" | General | ||
| [[Comparison with traditional mathematics]] ∙ [[Precedence]] ∙ [[ | | [[Comparison with traditional mathematics]] ∙ [[Precedence]] ∙ [[Tacit programming]] | ||
|- | |- | ||
! Array | ! Array |
Revision as of 16:05, 9 January 2020
APL syntax [edit] | |
---|---|
General | Comparison with traditional mathematics ∙ Precedence ∙ Tacit programming |
Array | Numeric literal ∙ String ∙ Strand notation ∙ Object literal ∙ Array notation |
Function | Argument ∙ Function valence ∙ Derived function ∙ Niladic function ∙ Monadic function ∙ Dyadic function ∙ Ambivalent function ∙ Tradfn ∙ Dfn ∙ Derived function ∙ Function train |
Operator | Operand ∙ Operator valence ∙ Tradop ∙ Dop ∙ Derived operator |
Assignment | Multiple ∙ Indexed ∙ Selective ∙ Modified |
Other | Function axis ∙ Branching ∙ System command ∙ User command ∙ Keyword ∙ Dot notation |