User Tools

Site Tools


apl

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Last revision Both sides next revision
apl [2021/12/03 07:26]
papa [APL Character Set]
apl [2021/12/03 07:29]
papa [Function Editor]
Line 84: Line 84:
 To define a new function and invoke the editor, enter one of the following commands: To define a new function and invoke the editor, enter one of the following commands:
  
-|''.DL[//r//_]//a1 f a2//[;//v//]...''|Define a dyadic (two-argument) function| +|''.DL[//r//_]//a1 f a2//[;//v//]...''|Define a dyadic (two-argument infix) function| 
-|''.DL[//r//_]//f a1//[;//v//]...''|Define a monadic (one-argument) function|+|''.DL[//r//_]//f a1//[;//v//]...''|Define a monadic (one-argument prefix) function|
 |''.DL[//r//_]//f//[;//v//]...''|Define a niladic (no-argument) function| |''.DL[//r//_]//f//[;//v//]...''|Define a niladic (no-argument) function|
  
apl.txt · Last modified: 2021/12/04 07:35 by papa