The current docs for built-ins is a bit sparse and could be improved.
The examples get you a long way, but there are behaviors that don't come out with what's there.
For example, I recently had to update my implementation to support returning the input string for split() when the second parameter was missing.
Without a description of the function, this kind of behavior is hard to identify.
The current docs for built-ins is a bit sparse and could be improved.
The examples get you a long way, but there are behaviors that don't come out with what's there.
For example, I recently had to update my implementation to support returning the input string for
split()when the second parameter was missing.Without a description of the function, this kind of behavior is hard to identify.