Hi! I'm trying to use
to pull off the items in a list and print them, inside a loop, until all the items have been removed. But instead of pulling off the left-most item, it seems to be pulling off the right-most item. In other words, I'm getting the items in reverse order. I've attached the file below. I know I must be doing something really silly, because this seems to contradict the documentation. But I can't see what I'm doing wrong. Help!