Language Features: Difference between revisions

From NARS2000
Jump to navigationJump to search
Line 30: Line 30:
==System Functions==
==System Functions==
* [[System Function UCS|<apll>⎕AF</apll>]] (Atomic Function) Synonymous with <apll>⎕UCS</apll>
* [[System Function UCS|<apll>⎕AF</apll>]] (Atomic Function) Synonymous with <apll>⎕UCS</apll>
* [[System Function AV|<apll>⎕AV</apll>]] (Atomic Vector)
* [[System Function CR|<apll>⎕CR</apll>]] (Canonical Representation)
* [[System Function CR|<apll>⎕CR</apll>]] (Canonical Representation)
* [[System Function DM|<apll>⎕DM</apll>]] (Diagnostic Message)
* [[System Function DM|<apll>⎕DM</apll>]] (Diagnostic Message)
* [[System Function DR|<apll>⎕DR</apll>]] (Data Representation)
* [[System Function DR|<apll>⎕DR</apll>]] (Data Representation)
* [[System Function ERROR|<apll>⎕ERROR</apll>]] (Error Signal)
* [[System Function ERROR|<apll>⎕ERROR</apll>]] (Error Signal)
* [[System Function MF|<apll>⎕MF</apll>]] (Monitor Function)
* [[System Function NL|<apll>⎕NL</apll>]] (Name List)
* [[System Function SIZE|<apll>⎕SIZE</apll>]] (Object Size)
* [[System Function SIZE|<apll>⎕SIZE</apll>]] (Object Size)
* [[System Function SYSID|<apll>⎕SYSID</apll>]] (System Identifier)
* [[System Function SYSID|<apll>⎕SYSID</apll>]] (System Identifier)

Revision as of 20:32, 17 September 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