Quad name: Difference between revisions

Jump to navigation Jump to search
32 bytes added ,  14:28, 14 July 2020
m
Text replacement - "http://help.dyalog.com" to "https://help.dyalog.com"
m (Remove duplicated last sentence of the quote)
m (Text replacement - "http://help.dyalog.com" to "https://help.dyalog.com")
(One intermediate revision by the same user not shown)
Line 13: Line 13:
* System variables are used to alter the behaviour of the language. For example the number of significant digits displayed can be controlled by setting the [[print precision]] (<source lang=apl inline>⎕PP</source>).
* System variables are used to alter the behaviour of the language. For example the number of significant digits displayed can be controlled by setting the [[print precision]] (<source lang=apl inline>⎕PP</source>).
* System objects are references to namespaces, in particular the session object (<source lang=apl inline>⎕SE</source>).
* System objects are references to namespaces, in particular the session object (<source lang=apl inline>⎕SE</source>).
* System functions are various utility functions, like `⎕FX` to define ("FiX") a function under program control.
* System functions are various utility functions, like <source lang=apl inline>⎕FX</source> to define ("FiX") a function under program control.
* System operators only occur in [[Dyalog APL]] and are used for things like text search and replace (<source lang=apl inline>⎕S</source> and <source lang=apl inline>⎕R</source>).
* System operators only occur in [[Dyalog APL]] and are used for things like text search and replace (<source lang=apl inline>⎕S</source> and <source lang=apl inline>⎕R</source>).


Line 33: Line 33:


=== Documentation ===
=== Documentation ===
* [http://help.dyalog.com/latest/#Language/System%20Functions/Summary%20Tables/Introduction.htm Dyalog]
* [https://help.dyalog.com/latest/#Language/System%20Functions/Summary%20Tables/Introduction.htm Dyalog]
* [http://microapl.com/apl_help/ch_020_070.htm APLX]
* [http://microapl.com/apl_help/ch_020_070.htm APLX]
{{APL features}}[[Category:APL syntax]]
{{APL features}}[[Category:APL syntax]]

Navigation menu