udpated README.md
This commit is contained in:
parent
01335db507
commit
bf87a99f69
27
README.md
27
README.md
@ -5,9 +5,9 @@
|
|||||||
A HCL program is composed of more expressions.
|
A HCL program is composed of more expressions.
|
||||||
|
|
||||||
## Keywords
|
## Keywords
|
||||||
nil
|
* nil
|
||||||
true
|
* true
|
||||||
false
|
* false
|
||||||
|
|
||||||
## Special Form Expression
|
## Special Form Expression
|
||||||
* and
|
* and
|
||||||
@ -37,6 +37,27 @@ false
|
|||||||
|
|
||||||
## Builtin functions
|
## Builtin functions
|
||||||
|
|
||||||
|
* not
|
||||||
|
* _and
|
||||||
|
* _or
|
||||||
* eqv?
|
* eqv?
|
||||||
|
* eql?
|
||||||
* eqk?
|
* eqk?
|
||||||
|
* nqv?
|
||||||
|
* nql?
|
||||||
|
* nqk?
|
||||||
|
* sprintf
|
||||||
* printf
|
* printf
|
||||||
|
* +
|
||||||
|
* -
|
||||||
|
* *
|
||||||
|
* mlt
|
||||||
|
* /
|
||||||
|
* quo
|
||||||
|
* mod
|
||||||
|
* sqrt
|
||||||
|
* bit-and
|
||||||
|
* bit-or
|
||||||
|
* bit-xor
|
||||||
|
* bit-not
|
||||||
|
* bit-shift
|
||||||
|
Loading…
Reference in New Issue
Block a user