Anonymous
11/5/2025, 1:22:13 AM
No.107108105
[Report]
>>107108133
>>107108147
>>107108152
>>107108196
>>107108563
>>107108630
>>107108663
>>107108677
>>107108712
>>107108820
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?
> 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?