change readme.

This commit is contained in:
fengcen 2016-11-25 20:38:53 +08:00
parent 6f79daaf45
commit f54a3f0b81

View File

@ -11,7 +11,7 @@ Eval is a powerful expression evaluator.
Supported operators: `!` `!=` `""` `''` `()` `[]` `,` `>` `<` `>=` `<=` `==`
`+` `-` `*` `/` `%` `&&` `||` `n..m`.
Built-in functions: `min()` `max()` `len()` `is_empty()`.
Built-in functions: `min()` `max()` `len()` `is_empty()` `array()`.
## Where can eval be used?
* Template engine