diff --git a/.Docs/Acosx Words.md b/.Docs/Acosx Words.md index 0cd5786e..fdae61d7 100644 --- a/.Docs/Acosx Words.md +++ b/.Docs/Acosx Words.md @@ -7,6 +7,7 @@ This document lists all of the **ACOS Words** supported in the A2osX implementat ## Words | Word | Syntax | Status | Short | Description | Comment | |-|-|-|-|-|-| +| Word | Syntax | Status | Short | Description | Comment | | ADDINT | ADDINT (*string1* [,*string2*...]) | Not Yet Implemented | Add keys to the interrupt table. | The ADDINT command will add more keys to the existing interrupt keys table. previous keys will not be cleared. The functions of the keys is the same as with the SETINT command. | | | APPEND | APPEND #*device* | Not Yet Implemented | Set write operations for specified device to append to the end. | The APPEND statement is generally used to add data to an existing file. If you issue an APPEND statement, the file pointer will be moved to the end of the file. You can also find out the length of a file by doing an APPEND and then using the MARK function. Mark will then return the length of the file in bytes. | | | BYTE | byte=*number*
byte=(*number*)
byte=(*number*)=*number*256 | Not Yet Implemented | Byte-level data manipulation function. | The BYTE function is similar to the FLAG function. It is a low overhead data storage unit. Just point to where in memory you want the data to be stored using the first syntax, and you can then access the data using the second or third syntax's. | | @@ -20,6 +21,7 @@ This document lists all of the **ACOS Words** supported in the A2osX implementat | DATE$ | *string*=DATE$ | Not Yet Implemented | Return string with current date. | The DATE$ function returns the current date in MM/DD/YY format. The input will be taken from whatever device was configured as a clock. If 00/00/00 is returned, then there is no clock in the system and the date hasn't been set. | | | ECHO | ECHO=*string*
ECHO="" | Not Yet Implemented | Specify or clear characters to be echoed during user input. | The ECHO statement is used to set the echo character to be used with the INPUT statement (e.g ECHO="\*" will mask password entry with asterisks). Once the echo has been set, that character will be sent each time a user types a character when entering text. The ECHO statement in the second syntax (setting to an empty string) will reset the echo function to normal where user input will send the character that is being typed. | | | EDIT | EDIT(*number*) | Not Yet Implemented | Text editor operations. | The EDIT statement is the command used to interface ACOS with its editor. With the different EDIT statements, you can clear the editor, see how much space is free, etc. The following list gives all legal calls: