xpp
{
string
s = "Kimmie";
s = Left(s, 1) + Right(s, 1);
xout
(s)
;
}