Post Reply 
Remove start of a list Or Move Whole list left?
05-02-2023, 07:08 PM
Post: #1
Remove start of a list Or Move Whole list left?
Is there a quick way to shift a whole list to the left, removing the first entry? It's fine if it wraps around and places the first entry in the last position.

Other than that, can the first (left hand) entry of a list be deleted?
Find all posts by this user
Quote this message in a reply
05-02-2023, 07:18 PM
Post: #2
RE: Remove start of a list Or Move Whole list left?
tail(list) will remove the first element of list.
Find all posts by this user
Quote this message in a reply
05-02-2023, 07:32 PM
Post: #3
RE: Remove start of a list Or Move Whole list left?
... and this is also worth checking out:
https://www-fourier.ujf-grenoble.fr/~par...#sec%3Aseq

Prime, 15C CE
Find all posts by this user
Quote this message in a reply
Post Reply 




User(s) browsing this thread: 1 Guest(s)