mirror of
https://github.com/janet-lang/janet
synced 2024-11-28 19:19:53 +00:00
Change some comments.
This commit is contained in:
parent
961275116f
commit
c4dd17a35e
@ -24,11 +24,10 @@
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Data format
|
* Data format
|
||||||
* State is encoded as a string of unsigned bytes.
|
|
||||||
*
|
*
|
||||||
* Types:
|
* Types:
|
||||||
*
|
*
|
||||||
* Byte 0 to 200: small integer byte - 100
|
* Byte 0 to 200: small integer with value (byte - 100)
|
||||||
* Byte 201: Nil
|
* Byte 201: Nil
|
||||||
* Byte 202: True
|
* Byte 202: True
|
||||||
* Byte 203: False
|
* Byte 203: False
|
||||||
|
Loading…
Reference in New Issue
Block a user