Pt 164325512 variant constants #130

Merged
zxq9 merged 9 commits from PT-164325512-variant-constants into fortuna 2019-03-01 21:05:25 +09:00
Showing only changes of commit d890d5100c - Show all commits

View File

@ -51,11 +51,10 @@ or start with stack followed by an integer
Immediate values can be of 9 types: Immediate values can be of 9 types:
1a. Integers as decimals: {Digits} or -{Digits} 1. Integers as decimals: {Digits} or -{Digits}
`42` `42`
`-2374683271468723648732648736498712634876147` `-2374683271468723648732648736498712634876147`
And integers as Hexadecimals:: 0x{Hexdigits}
1b. Integers as Hexadecimals:: 0x{Hexdigits}
`0x0deadbeef0` `0x0deadbeef0`
2. addresses, a base58 encoded string starting with #{base58char} 2. addresses, a base58 encoded string starting with #{base58char}