True, true. But at least it returns nil, vs something like
int main() {
int test[4] = {1, 2, 3, 4};
printf("%d\n", test[4]); // Yea, though I walk through the valley of the shadow of death
}
True, true. But at least it returns nil, vs something like
int main() {
int test[4] = {1, 2, 3, 4};
printf("%d\n", test[4]); // Yea, though I walk through the valley of the shadow of death
}