mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
69a80c94b9
Negative integers are virtually considered as 2's compliment of the absolute value of the corresponding number. It means `-1` is considered as infinite sequence of `1` toward msb side. ref #6314