PhraseBook: TechnicalReference

For a fuller explanation of complex issues such as Examples and Test Cases the StyleGuidelines is a good place to start.

Phrases

Users of unicode enabled interpreters should be able to cut & paste the code from the phrase pages into their session or functions (but see Apl2Problems).

Others such as APL+WIN users can manually copy it.

Main Phrases

Specialities

Incompatibilities (to be avoided in main phrases)

Conforming Variants

NamingConventions

Naming Conventions

Scalar

Vector

Matrix

Any
rank

Non-
scalar

Boolean

BS

BV

BM

BA

BN

Integer

IS

IV

IM

IA

IN

Float

FS

FV

FM

FA

FN

Numeric

NS

NV

NM

NA

NN

Character

CS

CV

CM

CA

CN

Enclosed
vector

ES

EV

EM

EA

EN

enclosed
Text vector

TS

TV

TM

TA

TN

Simple

SS

SV

SM

SA

SN

Any

AS

AV

AM

AA

AN

phrase e.g.: .X...Y. ⍝ X←BS; Y←IV

combinations: use ISV for Integer scalarvector

B3, I4 &c. to specify higher ranks.

see GlossaryOfAplTerms for any of the above terms you don't understand.


CategoryPhraseBookBackground

PhraseBook/TechnicalReference (last edited 2011-03-11 12:42:27 by PhilLast)