Siebe (via RT) wrote: > Maybe this is expected behavior, but I'm not sure considering negative > offsets (IMHO) need to work differently. Recently I tried chopping off > an extension with a simple join/split and array slices, using "0 .. a > negative offset" to "remove" elements:
0 .. -$n are empty lists. This is not python...
