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
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
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
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