diff --git a/.Docs/Acosx Words.md b/.Docs/Acosx Words.md index c770a1d7..f8dfdd1a 100644 --- a/.Docs/Acosx Words.md +++ b/.Docs/Acosx Words.md @@ -20,14 +20,14 @@ This document lists all of the **ACOS Words** supported in the A2osX implementat | DATE$ | *string*=DATE$ | dev | 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="" | dev | 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*) | dev | 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: