User command

From APL Wiki
Revision as of 10:41, 11 September 2022 by Adám Brudzewsky (talk | contribs) (Text replacement - "</source>" to "</syntaxhighlight>")
Jump to navigation Jump to search

User commands[1] or user-defined commands[2] are a way for a user to introduce new commands in addition to system commands.

The benefit of using user commands is that they can be executed without having to explicitly copy their code into the active workspace.[1]

APL user commands start with a right bracket, e.g., <source lang=apl inline>]yourcommand</syntaxhighlight>.

In Dyalog APL, many useful user commands are included into the distribution, e.g., <source lang=apl inline>]boxing on</syntaxhighlight>, <source lang=apl inline>]plot</syntaxhighlight>, etc. Special command <source lang=apl inline>] -?</syntaxhighlight> allows to see a full list of user commands.

External links


APL syntax [edit]
General Comparison with traditional mathematicsPrecedenceTacit programming (Train, Hook, Split composition)
Array Numeric literalStringStrand notationObject literalArray notation (design considerations)
Function ArgumentFunction valenceDerived functionDerived operatorNiladic functionMonadic functionDyadic functionAmbivalent functionDefined function (traditional)DfnFunction train
Operator OperandOperator valenceTradopDopDerived operator
Assignment MultipleIndexedSelectiveModified
Other Function axisBracket indexingBranchStatement separatorQuad nameSystem commandUser commandKeywordDot notationFunction-operator overloadingControl structureComment