Name: Anonymous 2022-10-31 18:14
So you think [1,2]*2 = [2,3]?
Think harder you dumb nigger!
Because in Python [1,2]*2 == [1,2,1,2]
Think harder you dumb nigger!
Because in Python [1,2]*2 == [1,2,1,2]
end
argument to STRING=
can accept either an integer or a NIL
value (the so called bounding index designator), python's slice (https://docs.python.org/3/library/functions.html#slice) can likewise take either an integer, or None, in which case it takes on some default behavior defined inside the function.