update readme

This commit is contained in:
Kelvin Sherlock 2016-06-16 09:39:43 -04:00
parent 92ddf18766
commit c8f1e370dc
1 changed files with 1 additions and 1 deletions

View File

@ -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
----------------