Skip to content

problem in creating a new list from an existing one #2439

Description

@fbeleznay

Describe the bug

I am trying to delete the first element of a list by creating a new list and shifting the original one.

Screenshots

Image

To Reproduce

See the screenshot.
I created a list {1,2,3,4,5,6,7,8,9}, stored it and tried to remove the first element.

Expected behavior

I would have expected to get the list {2,3,4,5,6,7,8,9}
Am I doing something wrong?
Is there any way to remove the first element of a list?

Environment

  • online simulator

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions