From 4f119d150a99ba4f2c46833e241a49d77f07f2b1 Mon Sep 17 00:00:00 2001 From: BratPfanneTV <39345937+BratPfanneTV@users.noreply.github.com> Date: Tue, 16 Oct 2018 11:30:32 +0200 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b31ccca..8dc38e8 100644 --- a/README.md +++ b/README.md @@ -32,3 +32,4 @@ the directory to the PATH-Environment-Variable. | CURSORVISIBILITY | v1 | `CURSORVISIBILITY` | Changes if the Cursor should be visible. | | | | `CURSORVISIBILITY GET` | Outputs the current Cursor visibility state. | | MAKEANIMATION | v1 | `MAKEANIMATION [WORD]` | Outputs a valid animation value for the `ANIMATION` command.

Types:
`Rotate`:
`0 - / - \ \|`
`1 - ^ > V <`
`2 - + x`
`3 - p d b q`
`Range`:
Returns a set of numbers from 0 to the given number.
`Alphabet`:
Returns **n** letters of the alphabet. Maximum is 26.
`Appear`
Accepts the **WORD** Parameter, while a *0* for **Sub** is required. It makes the given word appear one letter at a time. | +| PRINT | v1 | `PRINT ` | Prints the string. Only difference to the built-in `echo` is that no newline is added at the end. |