Language Features: Difference between revisions

From NARS2000
Jump to navigationJump to search
Line 8: Line 8:
<!-- * [[Selective Assignment]]:  e.g., <apll>(1 1⍉M)←0</apll> -->
<!-- * [[Selective Assignment]]:  e.g., <apll>(1 1⍉M)←0</apll> -->
* [[Sink]]:  <apll>←R</apll>
* [[Sink]]:  <apll>←R</apll>
* [[Point Notation]]:  '''Base''' &mdash; e.g., <apll>16b10FFFF</apll> as a shorthand for <apll>16{base}1 0 15 15 15 15</apll>; '''Pi''': &mdash; e.g., <apll>2p3</apll> as a shorthand for <apll>2π<sup>3</sup></apll> or <apll>2×(○1)*3</apll>; '''Euler''':  e.g., <apll>2x3</apll> as a shorthand for <apll>2e<sup>3</sup></apll> or <apll>2×(*1)*3</apll>.


==Primitive functions==
==Primitive functions==

Revision as of 06:12, 22 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