Language Features: Difference between revisions

From NARS2000
Jump to navigationJump to search
Line 33: Line 33:


==System Functions==
==System Functions==
* [[System Function A|<apll>⎕A</apll>]] (Alphabet)
* [[System Function A|<apll>⎕A</apll>]] (Uppercase English Alphabet)
* [[System Function AT|<apll>⎕AT</apll>]] (Attributes)
* [[System Function AT|<apll>⎕AT</apll>]] (Object Attributes)
* [[System Function AV|<apll>⎕AV</apll>]] (Atomic Vector)
* [[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>]] (Signal Error)
* [[System Function FMT|<apll>⎕FMT</apll>]] (Format)
* [[System Function FMT|<apll>⎕FMT</apll>]] (Format)
* [[System Function MF|<apll>⎕MF</apll>]] (Monitor Functions)
* [[System Function MF|<apll>⎕MF</apll>]] (Monitor Function)
* [[System Function NC|<apll>⎕NC</apll>]] (Name Class)
* [[System Function NC|<apll>⎕NC</apll>]] (Name Class)
* [[System Function NL|<apll>⎕NL</apll>]] (Name List)
* [[System Function NL|<apll>⎕NL</apll>]] (Name List)
Line 49: Line 49:
* [[System Function TC|<apll>⎕TC</apll>/<apll>⎕TC</apll>xxx]] (Terminal Control)
* [[System Function TC|<apll>⎕TC</apll>/<apll>⎕TC</apll>xxx]] (Terminal Control)
* [[System Function TF|<apll>⎕TF</apll>]] (Transfer Form)
* [[System Function TF|<apll>⎕TF</apll>]] (Transfer Form)
* [[System Function TYPE|<apll>⎕TYPE</apll>]] (Prototype)
* [[System Function TYPE|<apll>⎕TYPE</apll>]] (Object Prototype)
* [[System Function UCS|<apll>⎕UCS</apll>]] (Universal Character Set)
* [[System Function UCS|<apll>⎕UCS</apll>]] (Universal Character Set)
* [[System Function VR|<apll>⎕VR</apll>]] (Visual Representation)
* [[System Function VR|<apll>⎕VR</apll>]] (Visual Representation)

Revision as of 15:36, 24 August 2009

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