udpated README.md

This commit is contained in:
hyung-hwan 2018-04-06 15:29:34 +00:00
parent 01335db507
commit bf87a99f69

View File

@ -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