System command: Difference between revisions

Jump to navigation Jump to search
1,636 bytes added ,  13:06, 9 August 2020
no edit summary
(Created page with "'''System commands''' provide services or information associated with the workspace and the environment. They are not part of the APL language itself. APL system commands sta...")
 
No edit summary
Line 4: Line 4:


== List of system commands ==
== List of system commands ==
=== ISO/IEC 13751:2001 ===
[[Standards|ISO/IEC 13751:2001]] standard defined the following system commands:<ref>BS ISO/IEC 13751:2001: Information technology. Programming languages, their environments and system software interfaces. Programming language Extended APL. (2001).</ref>
{|class="wikitable"
! Command !! Description
|-
| <source lang=apl inline>)CLEAR</source> || Clear active workspace.
|-
| <source lang=apl inline>)COPY</source> || 􏰝
Copy library workspace / 􏰝
Copy library workspace object.
|-
| <source lang=apl inline>)DROP</source> || Drop library workspace.
|-
| <source lang=apl inline>)ERASE</source> || Erase global referent.
|-
| <source lang=apl inline>)FNS</source> || Lists global function names.
|-
| <source lang=apl inline>)LIB</source> || 􏰝
List library directory.
|-
| <source lang=apl inline>)LOAD</source> || 􏰝
Load library workspace.
|-
| <source lang=apl inline>)NMS</source> || List global names and their name class.
|-
| <source lang=apl inline>)OPS</source> || 􏰝
List global operator names.
|-
| <source lang=apl inline>)SAVE</source> || 􏰝
Save active workspace / 􏰝
Save active workspace with name.
|-
| <source lang=apl inline>)SI</source> || List state indicator.
|-
| <source lang=apl inline>)SIC</source> || Clear state indicator.
|-
| <source lang=apl inline>)SINL</source> || List state indicator and local names.
|-
| <source lang=apl inline>)VARS</source> || 􏰝
List global variable names.
|-
| <source lang=apl inline>)WSID</source> || 􏰝
List workspace identification / Change workspace identification.
|}
=== Dyalog APL ===
=== Dyalog APL ===
[[Dyalog APL]] supports the following system commands:
[[Dyalog APL]] supports the following system commands:
Line 80: Line 117:
* [[Dyalog APL]]: [https://help.dyalog.com/18.0/index.htm#Language/System%20Commands/Introduction.htm System Commands – Introduction]
* [[Dyalog APL]]: [https://help.dyalog.com/18.0/index.htm#Language/System%20Commands/Introduction.htm System Commands – Introduction]
* [[APLX]]: [http://microapl.com/apl_help/ch_020_010_120.htm Introduction], [http://microapl.com/apl_help/ch_020_060.htm List of system commands]
* [[APLX]]: [http://microapl.com/apl_help/ch_020_010_120.htm Introduction], [http://microapl.com/apl_help/ch_020_060.htm List of system commands]
=== References ===
<references/>


[[Category:APL environment]]
[[Category:APL environment]]
[[Category:APL syntax]]
[[Category:APL syntax]]
trusted
69

edits

Navigation menu