ucblogo-code
ucblogo-code copied to clipboard
dequeue removes the wrong list item
dequeue happens to remove and output the first item of a list (thus being identical to pop), while it should remove and return the last item.