System Variables: Difference between revisions

From NARS2000
Jump to navigationJump to search
(more detail)
(full list completed)
Line 2: Line 2:
{| 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="6" | [[Scalar System Variables|System Variables]]
! colspan="2" | [[Scalar System Variables|System Variables]]
{{SV|ALX|Attention Latent Expression}}
{{SV|ALX|Attention Latent Expression}}
{{SV|CT |Comparison Tolerance}}
{{SV|CT |Comparison Tolerance}}
Line 19: Line 19:
{{SV|SA |Stop Action}}
{{SV|SA |Stop Action}}
{{SV|WSID|Workspace Identifier}}
{{SV|WSID|Workspace Identifier}}
|}
{| class="wikitable" style="font-size: 95%;" width="{{{Width|{{{width|80%}}}}}}" align="center"
|-
|-
! colspan="6" | [[System Functions|Niladic System Functions]]
! colspan="2" | [[System Functions|Niladic System Functions]]
{{SF|A    | Uppercase English Alphabet}}
{{SF|A    | Uppercase English Alphabet}}
{{SF|AV    | Atomic Vector}}
{{SF|AV    | Atomic Vector}}
Line 44: Line 41:
{{SF|TS    | Time Stamp}}
{{SF|TS    | Time Stamp}}
{{SF|WA    | Workspace Available}}
{{SF|WA    | Workspace Available}}
|}
{| class="wikitable" style="font-size: 95%;" width="{{{Width|{{{width|80%}}}}}}" align="center"
|-
|-
! colspan="6" |  Monadic or dyadic system functions
! colspan="2" |  Monadic or dyadic system functions
 
{{SF|AT      | Attributes}}
"at"        Attributes
{{SF|CR      | Canonical representation}}
"cr"        Canonical Representation
{{SF|DL      | Delay execution}}
"dl"        Delay Execution
{{SF|DR      | Data representation}}
"dr"        Data Representation
{{SF|EA      | Execute alternate}}
"ea"        Execute Alternate
{{SF|EC      | Execute controlled}}
"ec"        Execute Controlled
{{SF|ERROR  | Signal error}}
"error"    Signal Error
{{SF|ES      | Event simulate}}
"es"        Event Simulate
{{SF|EX      | Expunge names}}
"ex"        Expunge Names
{{SF|FMT    | Format}}
"fmt"      Format
{{SF|FX      | Function fix}}
"fx"        Function Fix
{{SF|MF      | Monitor function}}
"mf"        Monitor Function
{{SF|NAPPEND | Append data to an open native file}}
"nappend"  Append Data To An Open Native File
{{SF|NC      | Name classification}}
"nc"        Name Classification
{{SF|NCREATE | Create and open a native file}}
"ncreate"  Create And Open A Native File
{{SF|NERASE  | Erase an open native file}}
"nerase"    Erase An Open Native File
{{SF|NL      | Name list}}
"nl"        Name List
{{SF|NREAD  | Read data from an open native file}}
"nread"    Read Data From An Open Native File
{{SF|NRENAME | Rename an open native file}}
"nrename"  Rename An Open Native File
{{SF|NREPLACE| Replace data in an open native file}}
"nreplace"  Replace Data In An Open Native File
{{SF|NRESIZE | Resize an open native file}}
"nresize"  Resize An Open Native File
{{SF|NSIZE  | Get the size of an open native file}}
"nsize"    Get The Size Of An Open Native File
{{SF|NTIE    | Open a native file}}
"ntie"      Open A Native File
{{SF|NUNTIE  | Close a native file}}
"nuntie"    Close A Native File
{{SF|TF      | Transfer form}}
"tf"        Transfer Form
{{SF|UCS    | Universal character set}}
"ucs"      Universal Character Set
{{SF|VR      | Vector representation of a function}}                 
"vr"        Vector Representation of a Function
 
 
|}
|}

Revision as of 11:31, 22 February 2013

This contains a list of all quad variables and quad functions

System Variables
⎕ALX Attention Latent Expression
⎕CT Comparison Tolerance
⎕DM Diagnostic Message (Read-only)
⎕ELX Error Latent Expression
⎕FC Format Control
⎕FEATURE Feature Control
⎕FPC Floating Point Control
⎕IC Indeterminate Control
⎕IO Index Origin
⎕LX Latent Expression
⎕PP Print Precision
⎕PR Prompt Replacement
⎕PW Print Width
⎕RL Random Link
⎕SA Stop Action
⎕WSID Workspace Identifier
Niladic System Functions
⎕A Uppercase English Alphabet
⎕AV Atomic Vector
⎕EM Event Message
⎕ET Event Type
⎕LC Line Counter
⎕NNAMES Names of Open Native Files
⎕NNUMS Tie Numbers of Open Native Files
⎕SYSID System Identifier
⎕SYSVER System Version
⎕TC Terminal Control Characters
⎕TCBEL Terminal Control Character, Bell
⎕TCBS Terminal Control Character, Backspace
⎕TCESC Terminal Control Character, Escape
⎕TCFF Terminal Control Character, Form Feed
⎕TCHT Terminal Control Character, Horizontal Tab
⎕TCLF Terminal Control Character, Line Feed
⎕TCNL Terminal Control Character, New Line
⎕TCNUL Terminal Control Character, Null
⎕TS Time Stamp
⎕WA Workspace Available
Monadic or dyadic system functions
⎕AT Attributes
⎕CR Canonical representation
⎕DL Delay execution
⎕DR Data representation
⎕EA Execute alternate
⎕EC Execute controlled
⎕ERROR Signal error
⎕ES Event simulate
⎕EX Expunge names
⎕FMT Format
⎕FX Function fix
⎕MF Monitor function
⎕NAPPEND Append data to an open native file
⎕NC Name classification
⎕NCREATE Create and open a native file
⎕NERASE Erase an open native file
⎕NL Name list
⎕NREAD Read data from an open native file
⎕NRENAME Rename an open native file
⎕NREPLACE Replace data in an open native file
⎕NRESIZE Resize an open native file
⎕NSIZE Get the size of an open native file
⎕NTIE Open a native file
⎕NUNTIE Close a native file
⎕TF Transfer form
⎕UCS Universal character set
⎕VR Vector representation of a function