Also, I read that you have to assign a const when it is declared. Something doesn’t feel right about this statement.
Its javascript, itll just let you do that
it'll just let you do that
Pretty much sums up JavaScript's entire philosophy.
const long pain = 1;
1L
void
Maybe...
const pain = Infinity
:any
Ackshually you don't need a type qualifier in C
Well, assuming you meant type specifier, at least not before C99. After that it is required. C23 explicitly states that a type specifier is required for all declarations.
If you actually meant type qualifier, then no. That was never required.
Really? TIL.
Huh?
Meanwhile in France: Lunch time!
can't stop eating though
Can't stop eating dough
For mage in pain:
If they move to Python they can just have pain without constant 😜
And if they learned French instead, they had bread but this is not how it works. We don't always get what we want nor what we deserve
Missing type or identifier.
A const what?
Also, I read that you have to assign a const when it is declared. Something doesn’t feel right about this statement.
Its javascript, itll just let you do that
Pretty much sums up JavaScript's entire philosophy.
const long pain = 1;
1L
void
Maybe...
:any
Ackshually you don't need a type qualifier in C
Well, assuming you meant type specifier, at least not before C99. After that it is required. C23 explicitly states that a type specifier is required for all declarations.
If you actually meant type qualifier, then no. That was never required.
Really? TIL.
Huh?