char syntax

This commit is contained in:
Erik 2016-03-18 13:52:59 +01:00
parent 75d8724072
commit 177fa65f85

View File

@ -77,7 +77,7 @@ To know whether a function takes over the responsibility of freeing some memory
3.14 ; float
true ; bool
"hello" ; string
'e' ; char
\e ; char
[1 2 3] ; array
```