From 4ba6079e784a7c8adc92d46c7ec521e6df8903e2 Mon Sep 17 00:00:00 2001 From: BratPfanneTV <39345937+BratPfanneTV@users.noreply.github.com> Date: Tue, 16 Oct 2018 11:41:36 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.` |