Continuation of a topic

Continuation of this topic because it's closed:
Uhh...
untitled script pic (10)
untitled script pic (11)
(Bignums set to on for both images)

The problem isn't within the split block, the problem is that the return value isn't a text OR a number. It's some weird non-native object created by the bignums library that looks like a text.

I'm sure there is a good reason Brian closed it, so I don't think it is a good idea to make a new thread about it.

It's not undefined, it's just

By undefined, it means it's not an object recognizable by Snap!.

It looks like a text because Snap! invokes its toString() method, which it does for these "undefined" or unrecognized types.

I know how that works.