Skip to content

list.pop(index) doesn't work #80

@Bryukh

Description

@Bryukh

list.pop([index]) with index doesn't work correctly. It always pop the last element and ignores index argument.

array = [1, 2, 3]
array.pop(0)
hero.debug(array[0]) # got 1

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions