Language Features: Difference between revisions

From NARS2000
Jump to navigationJump to search
Line 6: Line 6:
* [[Modify Strand Assignment]]:  <apll>(A<sub>1</sub> A<sub>2</sub> ... A<sub>n</sub>)<i>f</i>←R</apll>
* [[Modify Strand Assignment]]:  <apll>(A<sub>1</sub> A<sub>2</sub> ... A<sub>n</sub>)<i>f</i>←R</apll>
* [[Function/Operator Assignment]]:  <apll>A←<i>f</i></apll>, &nbsp;&nbsp;<apll>A←<i>op1</i></apll>, &nbsp;&nbsp;<apll>A←<i>op2</i></apll>
* [[Function/Operator Assignment]]:  <apll>A←<i>f</i></apll>, &nbsp;&nbsp;<apll>A←<i>op1</i></apll>, &nbsp;&nbsp;<apll>A←<i>op2</i></apll>
* [[Selective Assignment]]:  <apll>(1 1⍉M)←0</apll>
* [[Selective Assignment]]:  e.g., <apll>(1 1⍉M)←0</apll>
* [[Sink]]:  <apll>←R</apll>
* [[Sink]]:  <apll>←R</apll>



Revision as of 03:11, 4 November 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

Datatypes

System Functions

System Variables