briefly mention character literals in README

This commit is contained in:
K. Lange 2021-01-02 12:24:38 +09:00
parent c5df6bd8cf
commit ec9ced2b4a

View File

@ -76,6 +76,8 @@ print 1000000000.0 * 1000000000 * 1000000000 * 3.0
# → 3e+27
```
_**Note:** Unlike in Python, single quotes in Kuroko represent character literals, like in C._
### Objects
Objects are values which live on the heap. Basic objects include strings, functions, classes, and instances.