From f54a3f0b81b661ce9b2544148e44cee029027247 Mon Sep 17 00:00:00 2001 From: fengcen Date: Fri, 25 Nov 2016 20:38:53 +0800 Subject: [PATCH] change readme. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 06f7ef1..91cce05 100644 --- a/README.md +++ b/README.md @@ -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