8 ms·
> `array = Array()` ...which would break in Nim. This is NOT true. The first character is case-sensitive in Nim, so examples like yours are not only possible,
by narimiran 7y ago
> `array = Array()` ...which would break in Nim.
This is NOT true.
The first character is case-sensitive in Nim, so examples like yours are not only possible, but frequently used even in Nim compiler and standard library.