Template:System Variables: Difference between revisions
From NARS2000
Jump to navigationJump to search
No edit summary |
(t/c) |
||
(34 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{| class="wikitable" style="font-size: 95%;" width="{{{Width|{{{width|80%}}}}}}" align="center" | {| class="wikitable" style="font-size: 95%;" width="{{{Width|{{{width|80%}}}}}}" align="center" | ||
|- | |- | ||
! colspan=" | ! colspan="10" |[[System Variables]] (A value may be assigned to these except for <apll>⎕DM</apll>) | ||
|- | |- | ||
|| | {{SSV|ALX }} | ||
|| | {{SSV|CT }} | ||
|| | {{SSV|DM }} | ||
|| | {{SSV|DT }} | ||
| | {{SSV|ELX }} | ||
| | {{SSV|FC }} | ||
{{SSV|FEATURE}} | |||
{{SSV|FPC}} | |||
{{SSV|IC }} | |||
{{SSV|IO }} | |||
|- | |- | ||
{{SSV|LR }} | |||
{{SSV|LX }} | |||
{{SSV|PP }} | |||
{{SSV|PR }} | |||
{{SSV|PW }} | |||
{{SSV|RL }} | |||
{{SSV|SA }} | |||
{{SSV|WSID}} | |||
|- | |- | ||
| | ! colspan="10" | [[Niladic]] [[System Functions]] (a value cannot be assigned to these) | ||
|| [[ | |- | ||
|| | {{SSF|A }} | ||
|| | {{SSF|AV }} | ||
|| | {{SSF|EM }} | ||
|| | {{SSF|ET }} | ||
| | {{SSF|LC }} | ||
{{SSF|NNAMES}} | |||
{{SSF|NNUMS }} | |||
{{SSF|SI }} | |||
{{SSF|SYSID }} | |||
{{SSF|SYSVER}} | |||
|- | |||
{{SSF|T}} | |||
{{SSF|TC }} | |||
{{SSF|TCBEL }} | |||
{{SSF|TCBS }} | |||
{{SSF|TCESC }} | |||
{{SSF|TCFF }} | |||
{{SSF|TCHT }} | |||
{{SSF|TCLF }} | |||
{{SSF|TCNL }} | |||
{{SSF|TCNUL }} | |||
|- | |||
{{SSF|TS }} | |||
{{SSF|WA }} | |||
|- | |||
! colspan="10" | [[Monadic]] or [[dyadic]] system functions (a value cannot be assigned to these) | |||
|- | |||
{{SSF|AT | Attributes}} | |||
{{SSF|CR | Canonical representation}} | |||
{{SSF|DC | Data Conversion}} | |||
{{SSF|DFT | Discrete Fourier Transform}} | |||
{{SSF|DL | Delay}} | |||
{{SSF|DR | Data representation}} | |||
{{SSF|EA | Execute alternate}} | |||
{{SSF|EC | Execute controlled}} | |||
{{SSF|ERROR | Signal error}} | |||
{{SSF|ES | Event simulate}} | |||
|- | |||
{{SSF|EX | Expunge names}} | |||
{{SSF|FMT | Format}} | |||
{{SSF|FX | Function fix}} | |||
{{SSF|MF | Monitor function}} | |||
{{SSF|NAPPEND | Append data to an open native file}} | |||
{{SSF|NC | Name classification}} | |||
{{SSF|NCREATE | Create and open a native file}} | |||
{{SSF|NERASE | Erase an open native file}} | |||
{{SSF|NINFO | Native file information}} | |||
{{SSF|NL | Name list}} | |||
|- | |||
{{SSF|NLOCK | Lock/unlock an open native file}} | |||
{{SSF|NREAD | Read data from an open native file}} | |||
{{SSF|NRENAME | Rename an open native file}} | |||
{{SSF|NREPLACE| Replace data in an open native file}} | |||
{{SSF|NRESIZE | Resize an open native file}} | |||
{{SSF|NSIZE | Get the size of an open native file}} | |||
{{SSF|NTIE | Open a native file}} | |||
{{SSF|NUNTIE | Close a native file}} | |||
{{SSF|STOP | Stop execution of a user-defined function/operator or Magic Function}} | |||
{{SSF|TF | Transfer form}} | |||
|- | |||
{{SSF|TRACE | Trace execution of a user-defined function/operator or Magic Function}} | |||
{{SSF|UCS | Universal character set}} | |||
{{SSF|VR | Vector representation of a function}} | |||
|- | |||
! colspan="10" |Note that quad functions and variables (except for the <apll>⎕A</apll> family of functions) are case insensitive | |||
|}<noinclude> | |||
[[Category:Navigation]] | |||
</noinclude> |
Latest revision as of 17:05, 13 October 2019
System Variables (A value may be assigned to these except for ⎕DM) | |||||||||
---|---|---|---|---|---|---|---|---|---|
⎕ALX | ⎕CT | ⎕DM | ⎕DT | ⎕ELX | ⎕FC | ⎕FEATURE | ⎕FPC | ⎕IC | ⎕IO |
⎕LR | ⎕LX | ⎕PP | ⎕PR | ⎕PW | ⎕RL | ⎕SA | ⎕WSID | ||
Niladic System Functions (a value cannot be assigned to these) | |||||||||
⎕A | ⎕AV | ⎕EM | ⎕ET | ⎕LC | ⎕NNAMES | ⎕NNUMS | ⎕SI | ⎕SYSID | ⎕SYSVER |
⎕T | ⎕TC | ⎕TCBEL | ⎕TCBS | ⎕TCESC | ⎕TCFF | ⎕TCHT | ⎕TCLF | ⎕TCNL | ⎕TCNUL |
⎕TS | ⎕WA | ||||||||
Monadic or dyadic system functions (a value cannot be assigned to these) | |||||||||
⎕AT | ⎕CR | ⎕DC | ⎕DFT | ⎕DL | ⎕DR | ⎕EA | ⎕EC | ⎕ERROR | ⎕ES |
⎕EX | ⎕FMT | ⎕FX | ⎕MF | ⎕NAPPEND | ⎕NC | ⎕NCREATE | ⎕NERASE | ⎕NINFO | ⎕NL |
⎕NLOCK | ⎕NREAD | ⎕NRENAME | ⎕NREPLACE | ⎕NRESIZE | ⎕NSIZE | ⎕NTIE | ⎕NUNTIE | ⎕STOP | ⎕TF |
⎕TRACE | ⎕UCS | ⎕VR | |||||||
Note that quad functions and variables (except for the ⎕A family of functions) are case insensitive |