3 lines
94 B
Text
3 lines
94 B
Text
get_middle_f1(Str) = [X,Y,Z] =>
|
|
append(Pre,[X,Y,Z],Post,Str),
|
|
length(Pre) = length(Post).
|