func trim(ls : List+String, n : Integer) -> List+String n := 1 when n = Undefined return slice(ls, [n+1..#ls-n])
trim(`"abc"') = `abc'