From c8f1e370dc6dd8cc41aa889e466d0ce12d60792b Mon Sep 17 00:00:00 2001 From: Kelvin Sherlock Date: Thu, 16 Jun 2016 09:39:43 -0400 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f4ccffb..616e21f 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,7 @@ Supported features * If ... [Else If] ... [Else] ... End * Begin ... End * Loop ... End +* For name In [word...] ... End * Break [If], Continue [If] * ( ... ) * || @@ -21,7 +22,6 @@ Not supported * pipes (|) * subshells (`...`, ``...``) * text-editing commands (search forward/backward, regular expressions, et cetera) -* For In loops Builtin Commands ----------------