User command: Difference between revisions

Jump to navigation Jump to search
415 bytes added ,  18:52, 13 November 2022
(Created page with "'''User commands'''<ref name="dal">[https://help.dyalog.com/18.0/index.htm#UserGuide/The%20APL%20Environment/User%20Commands.htm UI Guide – User Commands] – Dyalog APL...")
 
 
(3 intermediate revisions by 2 users not shown)
Line 3: Line 3:
The benefit of using user commands is that they can be executed without having to explicitly copy their code into the active workspace.<ref name="dal"/>
The benefit of using user commands is that they can be executed without having to explicitly copy their code into the active workspace.<ref name="dal"/>


APL user commands start with a right bracket, e.g., <source lang=apl inline>]yourcommand</source>.
APL user commands start with a right bracket, e.g., <syntaxhighlight 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</source>, <source lang=apl inline>]plot</source>, etc.
In [[Dyalog APL]], many useful user commands are included into the distribution, e.g., <syntaxhighlight lang=apl inline>]boxing on</syntaxhighlight>, <syntaxhighlight lang=apl inline>]plot</syntaxhighlight>, etc. Special command <syntaxhighlight lang=apl inline>] -?</syntaxhighlight> allows to see a full list of user commands.


== External links ==
== External links ==
=== Tutorials ===
* [[Adám Brudzewsky]]: [https://www.youtube.com/watch?v=EoF4sE4U9oQ live-programming APL: a new user command]
=== Documentation ===
* [https://docs.dyalog.com/latest/User%20Commands%20User%20Guide.pdf Dyalog]
== References ==
<references/>
<references/>


Navigation menu