diff --git a/README.md b/README.md index a15fe56..7ef6341 100644 --- a/README.md +++ b/README.md @@ -38,4 +38,4 @@ the directory to the PATH-Environment-Variable. | | | `uTIME -f ` | Returns the last modification date for **File** as Millisecond-Unix-Timestamp. | | | | `uTIME -fc ` | Returns the creation date for **File** as Millisecond-Unix-Timestamp. | | xCOLOR | v1 | `xCOLOR ` | Sets the print color to **Color**, as seen in `color`, but only for the text after it. | -| xPRINT | v1 | `xPRINT ` | Reads the **File** as Instructions and executes them all at once.

`c00` - `Changes Color.`
`eHello` - `Prints something.`
`n` - `New line.` | +| xPRINT | v1 | `xPRINT ` | Reads the **File** as Instructions and executes them all at once.

`c00` - `Changes Color. (to 00 in this case.)`
`eHello` - `Prints something. ("Hello" in this case.)`
`n` - `New line.` |