Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/h3x4n1um/RETON
Browse files Browse the repository at this point in the history
  • Loading branch information
h3x4n1um committed Jun 16, 2019
2 parents 9e1122a + abc3dec commit 128620d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ Bytecode | Type | Note
### `0x86`, `0xfd` and `0xfe`
* `0x86` is declare an array
* Array begin with `0xfd xx` and end with `0xfe`, where `xx` is the number of elements in array.
* Array begin with `0xfd xx` and end with `0xfe`, where `xx` is **unsigned RTON number** of elements in array.
* Example:
```
Expand Down

0 comments on commit 128620d

Please sign in to comment.