Contents
Naming Conventions |
|||||
|
Scalar |
Vector |
Matrix |
Any |
Non- |
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 |
ES |
EV |
EM |
EA |
EN |
enclosed |
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 scalar∨vector |
|||||
B3, I4 &c. to specify higher ranks. |
|||||
@PAGE@
Page under construction
Describe the problem to be solved here.
Put the phrase here
Examples
⎕FX ⍕2 1⍴'r←[?] PhraseName ?' 'r←....' ⍝ This will work in any APL dialect
Display PhraseName array
How not to do it!
...
Conforming Variants
...
Specialities
....
Compatibility
Checked with:
Test Cases
Show test cases
Test my code, both Examples and Test Cases.
See also: ...
Mentor: JohnDoe
Tags: <AppropriateCamelCaseName> <Simpleword>
APL Wiki