1
0
mirror of https://github.com/janet-lang/janet synced 2024-06-24 06:03:17 +00:00

Change some comments.

This commit is contained in:
bakpakin 2017-07-03 13:22:39 -04:00
parent 961275116f
commit c4dd17a35e

View File

@ -24,11 +24,10 @@
/**
* Data format
* State is encoded as a string of unsigned bytes.
*
* Types:
*
* Byte 0 to 200: small integer byte - 100
* Byte 0 to 200: small integer with value (byte - 100)
* Byte 201: Nil
* Byte 202: True
* Byte 203: False