mirror of
https://github.com/ChaiScript/ChaiScript.git
synced 2025-12-06 16:57:04 +08:00
4 lines
67 B
ChaiScript
4 lines
67 B
ChaiScript
assert_equal(10, 012)
|
|
assert_equal(31, 0x1f)
|
|
assert_equal(3, 0b11)
|