Just another update
This commit is contained in:
parent
a25938f123
commit
00a190b0a6
6591 changed files with 94363 additions and 23227 deletions
|
|
@ -1,7 +1,7 @@
|
|||
import std.stdio, std.string, std.array;
|
||||
|
||||
void main() {
|
||||
foreach (const s; ["12", " 12\t", "hello12", "-12", "02"
|
||||
foreach (const s; ["12", " 12\t", "hello12", "-12", "02",
|
||||
"0-12", "+12", "1.5", "1,000", "1_000",
|
||||
"0x10", "0b10101111_11110000_11110000_00110011",
|
||||
"-0b10101", "0x10.5"])
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ bool isNumeric(in string s) pure {
|
|||
}
|
||||
|
||||
void main() {
|
||||
foreach (immutable s; ["12", " 12\t", "hello12", "-12", "02"
|
||||
foreach (immutable s; ["12", " 12\t", "hello12", "-12", "02",
|
||||
"0-12", "+12", "1.5", "1,000", "1_000",
|
||||
"0x10", "0b10101111_11110000_11110000_00110011",
|
||||
"-0b10101", "0x10.5"])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue