Another update from ingydotnet^djgoku

This commit is contained in:
Ingy döt Net 2015-11-18 06:14:39 +00:00
parent 91df62d461
commit 948b86eafa
7604 changed files with 108452 additions and 22726 deletions

View file

@ -0,0 +1,10 @@
1234 #=> 1234
1_000_000 #=> 1000000
0010 #=> 10
0b111 #=> 7
0o10 #=> 8
0x1f #=> 31
0B10 #=> syntax error before: B10
0X10 #=> syntax error before: X10
0xFF #=> 255