Template:System Variables: Difference between revisions
From NARS2000
Jump to navigationJump to search
No edit summary |
(t/c) |
||
(5 intermediate revisions by one other user not shown) | |||
Line 14: | Line 14: | ||
{{SSV|IO }} | {{SSV|IO }} | ||
|- | |- | ||
{{SSV|LR }} | |||
{{SSV|LX }} | {{SSV|LX }} | ||
{{SSV|PP }} | {{SSV|PP }} | ||
Line 31: | Line 32: | ||
{{SSF|NNAMES}} | {{SSF|NNAMES}} | ||
{{SSF|NNUMS }} | {{SSF|NNUMS }} | ||
{{SSF|SI }} | |||
{{SSF|SYSID }} | {{SSF|SYSID }} | ||
{{SSF|SYSVER}} | {{SSF|SYSVER}} | ||
|- | |||
{{SSF|T}} | {{SSF|T}} | ||
{{SSF|TC }} | {{SSF|TC }} | ||
{{SSF|TCBEL }} | {{SSF|TCBEL }} | ||
Line 44: | Line 46: | ||
{{SSF|TCNL }} | {{SSF|TCNL }} | ||
{{SSF|TCNUL }} | {{SSF|TCNUL }} | ||
|- | |||
{{SSF|TS }} | {{SSF|TS }} | ||
{{SSF|WA }} | {{SSF|WA }} | ||
|- | |- | ||
Line 53: | Line 55: | ||
{{SSF|CR | Canonical representation}} | {{SSF|CR | Canonical representation}} | ||
{{SSF|DC | Data Conversion}} | {{SSF|DC | Data Conversion}} | ||
{{SSF|DFT | Discrete Fourier Transform}} | |||
{{SSF|DL | Delay}} | {{SSF|DL | Delay}} | ||
{{SSF|DR | Data representation}} | {{SSF|DR | Data representation}} | ||
Line 59: | Line 62: | ||
{{SSF|ERROR | Signal error}} | {{SSF|ERROR | Signal error}} | ||
{{SSF|ES | Event simulate}} | {{SSF|ES | Event simulate}} | ||
|- | |||
{{SSF|EX | Expunge names}} | {{SSF|EX | Expunge names}} | ||
{{SSF|FMT | Format}} | {{SSF|FMT | Format}} | ||
{{SSF|FX | Function fix}} | {{SSF|FX | Function fix}} | ||
Line 70: | Line 73: | ||
{{SSF|NINFO | Native file information}} | {{SSF|NINFO | Native file information}} | ||
{{SSF|NL | Name list}} | {{SSF|NL | Name list}} | ||
|- | |||
{{SSF|NLOCK | Lock/unlock an open native file}} | {{SSF|NLOCK | Lock/unlock an open native file}} | ||
{{SSF|NREAD | Read data from an open native file}} | {{SSF|NREAD | Read data from an open native file}} | ||
{{SSF|NRENAME | Rename an open native file}} | {{SSF|NRENAME | Rename an open native file}} | ||
Line 81: | Line 84: | ||
{{SSF|STOP | Stop execution of a user-defined function/operator or Magic Function}} | {{SSF|STOP | Stop execution of a user-defined function/operator or Magic Function}} | ||
{{SSF|TF | Transfer form}} | {{SSF|TF | Transfer form}} | ||
|- | |||
{{SSF|TRACE | Trace execution of a user-defined function/operator or Magic Function}} | {{SSF|TRACE | Trace execution of a user-defined function/operator or Magic Function}} | ||
{{SSF|UCS | Universal character set}} | {{SSF|UCS | Universal character set}} | ||
{{SSF|VR | Vector representation of a function}} | {{SSF|VR | Vector representation of a function}} | ||
|- | |- | ||
! colspan="10" |Note that quad functions and variables are case insensitive | ! 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 |