Template:System Functions: Difference between revisions

From NARS2000
Jump to navigationJump to search
No edit summary
No edit summary
 
Line 32: Line 32:
{{SF1|AT      | Attributes}}
{{SF1|AT      | Attributes}}
{{SF1|CR      | Canonical representation}}
{{SF1|CR      | Canonical representation}}
{{SF1|DC      | Data Conversion}}
{{SF1|DFT    | Discrete Fourier Transform}}
{{SF1|DFT    | Discrete Fourier Transform}}
|-
{{SF1|DL      | Delay execution}}
{{SF1|DL      | Delay execution}}
|-
{{SF1|DR      | Data representation}}
{{SF1|DR      | Data representation}}
{{SF1|EA      | Execute alternate}}
{{SF1|EA      | Execute alternate}}
{{SF1|EC      | Execute controlled}}
{{SF1|EC      | Execute controlled}}
|-
{{SF1|ERROR  | Signal error}}
{{SF1|ERROR  | Signal error}}
|-
{{SF1|ES      | Event simulate}}
{{SF1|ES      | Event simulate}}
{{SF1|EX      | Expunge names}}
{{SF1|EX      | Expunge names}}
{{SF1|FMT    | Format}}
{{SF1|FMT    | Format}}
|-
{{SF1|FX      | Function fix}}
{{SF1|FX      | Function fix}}
|-
{{SF1|MF      | Monitor function}}
{{SF1|MF      | Monitor function}}
{{SF1|NAPPEND | Append data to an open native file}}
{{SF1|NAPPEND | Append data to an open native file}}
{{SF1|NC      | Name classification}}
{{SF1|NC      | Name classification}}
|-
{{SF1|NCREATE | Create and open a native file}}
{{SF1|NCREATE | Create and open a native file}}
|-
{{SF1|NERASE  | Erase an open native file}}
{{SF1|NERASE  | Erase an open native file}}
{{SF1|NINFO  | Return native file information}}
{{SF1|NL      | Name list}}
{{SF1|NL      | Name list}}
|-
{{SF1|NLOCK  | Lock/Unlock a native file}}
{{SF1|NREAD  | Read data from an open native file}}
{{SF1|NREAD  | Read data from an open native file}}
{{SF1|NRENAME | Rename an open native file}}
{{SF1|NRENAME | Rename an open native file}}
{{SF1|NREPLACE| Replace data in an open native file}}
|-
|-
{{SF1|NREPLACE| Replace data in an open native file}}
{{SF1|NRESIZE | Resize an open native file}}
{{SF1|NRESIZE | Resize an open native file}}
{{SF1|NSIZE  | Get the size of an open native file}}
{{SF1|NSIZE  | Get the size of an open native file}}
{{SF1|NTIE    | Open a native file}}
{{SF1|NTIE    | Open a native file}}
{{SF1|NUNTIE  | Close a native file}}
|-
|-
{{SF1|NUNTIE  | Close a native file}}
{{SF1|STOP    | Stop execution of a user-defined function}}
{{SF1|TF      | Transfer form}}
{{SF1|TF      | Transfer form}}
{{SF1|TRACE  | Trace execution of a user-defined function}}
{{SF1|UCS    | Universal character set}}
{{SF1|UCS    | Universal character set}}
|-
{{SF1|VR      | Vector representation of a function}}                   
{{SF1|VR      | Vector representation of a function}}                   
|}
|}

Latest revision as of 19:59, 17 August 2019

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 ⎕DC Data Conversion ⎕DFT Discrete Fourier Transform
⎕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 ⎕NINFO Return native file information ⎕NL Name list
⎕NLOCK Lock/Unlock a native file ⎕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
⎕STOP Stop execution of a user-defined function ⎕TF Transfer form ⎕TRACE Trace execution of a user-defined function ⎕UCS Universal character set
⎕VR Vector representation of a function