# HG changeset patch # User Myhailo Danylenko # Date 1345213420 -10800 # Node ID 8cfd42325d389fdf8bc2cfead02ddb009c902097 # Parent df8087a260ab9e39b5e861e6e30b8e8df801ba3d No loops yet! diff -r df8087a260ab -r 8cfd42325d38 docs/index.mdwn --- a/docs/index.mdwn Fri Aug 17 17:15:18 2012 +0300 +++ b/docs/index.mdwn Fri Aug 17 17:23:40 2012 +0300 @@ -1,7 +1,7 @@ # Yet Another Useless Built-in Language -Module provides basic conditional, loop and command grouping +Module provides basic conditional and command grouping expressions, some math evaluation and string operations on mcabber options. diff -r df8087a260ab -r 8cfd42325d38 docs/readme.mdwn --- a/docs/readme.mdwn Fri Aug 17 17:15:18 2012 +0300 +++ b/docs/readme.mdwn Fri Aug 17 17:23:40 2012 +0300 @@ -1,7 +1,7 @@ # Welcome to Yet Another Yuseless Built-In Language! -It provides conditional, loop and composition expressions, +It provides conditional and command grouping expressions, as well as some arithmetic expression evaluation and string concatenation. String splitting is not yet implemented, but is planned.