Language Features: Difference between revisions
From NARS2000
Jump to navigationJump to search
Sudleyplace (talk | contribs) No edit summary |
Sudleyplace (talk | contribs) No edit summary |
||
Line 13: | Line 13: | ||
** [[Matrix Inverse/Divide]] | ** [[Matrix Inverse/Divide]] | ||
* [[Primitive operators]] | * [[Primitive operators]] | ||
** [[Axis]] (<apll><i>f</i>[<i>X</i>]</apll>, <apll><i>f op1</i>[<i>X</i>]</apll>, <apll><i>f op2</i>[<i>X</i>]g</apll>) | |||
** [[Composition]] (<apll><i>f</i>∘<i>g</i></apll>, <apll><i>f</i>∘R</apll>, <apll>L∘<i>g</i></apll>) | |||
** [[Null]] (<apll><i>f</i>⊙</apll>) | |||
** [[Rank]] (<apll><i>f</i>⍤R</apll>) | |||
** [[Rank with Axis]] (<apll><i>f</i>⍥[<i>X</i>]</apll>) | |||
* [[System Functions and Variables]] | * [[System Functions and Variables]] |
Revision as of 08:00, 11 April 2008
At the moment, the following sections describe only those language features that are New or Enhanced relative to the Extended APL Standard, or that deserve special comment.
- Syntax
- Primitive functions
- Primitive operators
- Axis (f[X], f op1[X], f op2[X]g)
- Composition (f∘g, f∘R, L∘g)
- Null (f⊙)
- Rank (f⍤R)
- Rank with Axis (f⍥[X])
- System Functions and Variables