ucblogo-code icon indicating copy to clipboard operation
ucblogo-code copied to clipboard

dequeue removes the wrong list item

Open boykobb opened this issue 5 months ago • 1 comments

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.

boykobb avatar Sep 28 '24 11:09 boykobb