1 point
From where you can search for a list
of available functions
Your answer
Answers
Answered by
0
Answer:
I think this means you can use 'j' as a variable name. But it doesn't seem to check if j is a built-in function.
If you create a variable named gca, gcb, gcs, gcf or gco (to name just a few) you are overriding a builtin function.
Coming from Python with a well-organised namespace, it's astounding how many variable names are not available (or should not be used). Or do most people not worry and simply override functions that they are not using?
Anyone know how many built-in function names there are? I'm curious too.
Similar questions