Template:System Variables: Difference between revisions
From NARS2000
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 67: | Line 67: | ||
{{SSF|NCREATE | Create and open a native file}} | {{SSF|NCREATE | Create and open a native file}} | ||
{{SSF|NERASE | Erase an open native file}} | {{SSF|NERASE | Erase an open native file}} | ||
{{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}} | ||
{{SSF|NREPLACE| Replace data in an open native file}} | {{SSF|NREPLACE| Replace data in an open native file}} | ||
{{SSF|NRESIZE | Resize an open native file}} | {{SSF|NRESIZE | Resize an open native file}} | ||
Line 81: | Line 82: | ||
{{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 are case insensitive | ||
|} | |} |
Revision as of 14:47, 29 November 2016
System Variables (A value may be assigned to these except for ⎕DM) | |||||||||
---|---|---|---|---|---|---|---|---|---|
⎕ALX | ⎕CT | ⎕DM | ⎕DT | ⎕ELX | ⎕FC | ⎕FEATURE | ⎕FPC | ⎕IC | ⎕IO |
⎕LX | ⎕PP | ⎕PR | ⎕PW | ⎕RL | ⎕SA | ⎕WSID | |||
Niladic System Functions (a value cannot be assigned to these) | |||||||||
⎕A | ⎕AV | ⎕EM | ⎕ET | ⎕LC | ⎕NNAMES | ⎕NNUMS | ⎕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 | ⎕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 are case insensitive |