From f9eac717d62968022eaab9c4da6aef26c8be8713 Mon Sep 17 00:00:00 2001 From: BratPfanneTV <39345937+BratPfanneTV@users.noreply.github.com> Date: Wed, 17 Oct 2018 09:18:26 +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 94968f5..89c791c 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ the directory to the PATH-Environment-Variable. | Command | Version Added | Output | Syntax | Description | | ---------------- | ------------- | ------ | ----------------------------------- | ----------- | | ANIMATION | v1 | *stdout* **animation** | `ANIMATION ` | Plays an animation. **MS** specifies the amount of Milliseconds per Frame, and **ANIMATION** is just all the animation frames seperated by spaces.
Example:
ANIMATION 200 U u .. u
Will animate to:
U u .. u U u .. u U u .. u U u .. u U u .. u

To have your code continue while the animation is running, call it with `START /B` | -| CALCULATOR | v4 | *errorlevel* **result**\**1000000* | `CALCULATOR []` | Performs mathematical operations. All numbers are inputted as *actual number*\**1000000*, and also outputted as such, to provide decimal place accuracy. | +| CALCULATOR | v4 | *errorlevel* **result**\**1000000* | `CALCULATOR []` | Performs mathematical operations. All numbers are inputted as
*actual number*\**1000000*, and also outputted as such, to provide decimal place accuracy. | | | | | `CALCULATOR A ` | Adds to numbers together. | | | | | `CALCULATOR S ` | Subtracts **num2** from **num1**. | | | | | `CALCULATOR D ` | Divides **num1** by **num2**. |