Description
Take[] of the 0th element returns an error when it should not
How to Reproduce
$ mathics -e 'Take[{2}, 0]'
Take::take: Cannot drop positions 0 through Infinity in {2}.
Take[{2}, 0]
Expected output
Additional context
Encountered while debugging Combinatorica V0.9.