briefly mention character literals in README
This commit is contained in:
parent
c5df6bd8cf
commit
ec9ced2b4a
@ -76,6 +76,8 @@ print 1000000000.0 * 1000000000 * 1000000000 * 3.0
|
|||||||
# → 3e+27
|
# → 3e+27
|
||||||
```
|
```
|
||||||
|
|
||||||
|
_**Note:** Unlike in Python, single quotes in Kuroko represent character literals, like in C._
|
||||||
|
|
||||||
### Objects
|
### Objects
|
||||||
|
|
||||||
Objects are values which live on the heap. Basic objects include strings, functions, classes, and instances.
|
Objects are values which live on the heap. Basic objects include strings, functions, classes, and instances.
|
||||||
|
Loading…
Reference in New Issue
Block a user