From 791d3ff8bc122f68cb3cad5bcf997f2c5dfd37e7 Mon Sep 17 00:00:00 2001 From: MatMasIt Date: Tue, 28 Sep 2021 23:20:02 +0200 Subject: [PATCH] Added END --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1a4cfd2..5b48567 100644 --- a/README.md +++ b/README.md @@ -20,4 +20,5 @@ Current instruction set |**JLE**|label,var1,var2 or value|If var2 or the value is less or equal than var 1, jump to label|`JLE lab v1 v2`| |**JME**|label,var1,var2 or value|If var2 or the value is more or equal than var 1, jump to label|`JME lab v1 v2`| |**OUT**|freeform text|output text $variable$s will be replaced|`OUT Hello $user$`| -|**IN**|type,variable,request|Input a value, printing a text|`IN w Width` +|**IN**|type,variable,request|Input a value, printing a text|`IN w Width`| +|**END**|-|Quit program|`END'|