forked from harrykhh/JulianDate
-
Notifications
You must be signed in to change notification settings - Fork 0
dyalog
Bankn8II©$A edited this page Apr 10, 2025
·
2 revisions
https://github.com/barionleg/JulianDate/wiki/dyalog/
Click function name in list below to see notes, and within the note:
┌───────────── click here to see function coding
┌────────────────│─────────── ···
│ rslt ← larg ##.foo rarg ⍝ description ···
│
│ ··· related function →goo← is a ···
│ │
│ See also: hoo koo ··· │
└───────────│───────────│─── ···
│ │
│ │
└───────────┴─── click here to see notes for related functions.
The above "header line" in the notes gives a hint of the syntax of the funct- ion or operator it describes. The informal syntax is modelled on the header line for a traditional APL function in that it names its arguments and results and an optional left argument is embraced by curly braces. Default values for option- al left arguments are indicated by assignment '←'. Here is an example:
fmat ← {gap←1 {max←⎕pw}} ##.cols items ⍝ Multi-column display.
└───────┬───────┘
│
└──────── [cols] takes an optional 1 or 2 item left argument,
with default values 1 and ⎕pw.
Note that some functions appear in more than one category.
· Structures. · · · · Arrays.
https://barionleg.github.io/JulianDate/dyalog/n_contents.html
