change readme.
This commit is contained in:
parent
6f79daaf45
commit
f54a3f0b81
@ -11,7 +11,7 @@ Eval is a powerful expression evaluator.
|
|||||||
Supported operators: `!` `!=` `""` `''` `()` `[]` `,` `>` `<` `>=` `<=` `==`
|
Supported operators: `!` `!=` `""` `''` `()` `[]` `,` `>` `<` `>=` `<=` `==`
|
||||||
`+` `-` `*` `/` `%` `&&` `||` `n..m`.
|
`+` `-` `*` `/` `%` `&&` `||` `n..m`.
|
||||||
|
|
||||||
Built-in functions: `min()` `max()` `len()` `is_empty()`.
|
Built-in functions: `min()` `max()` `len()` `is_empty()` `array()`.
|
||||||
|
|
||||||
## Where can eval be used?
|
## Where can eval be used?
|
||||||
* Template engine
|
* Template engine
|
||||||
|
Loading…
Reference in New Issue
Block a user