Anonymous
11/10/2025, 12:30:39 AM
No.545937641
[Report]
>>545927265
i login at least every day
Anonymous
11/5/2025, 1:22:13 AM
No.107108105
[Report]
the name of a function which returns the first element of a list
> first
the name of a function which returns a list of elements of a list execept the fist element
> rest
the name of a function which return the last element of a list
> last
the name of a function which returns a list of elements of a list execept the last element
> ???
suggestions?