15092Fermer15094
GodzilLe 17/12/2009 à 18:24
func toto(s)
l = len(s); // l = 20
return {s[0] + tostring(l - 2) + s[l-1], l};

toto("internationalization")
func toto return {"i18n", 20}

toto("afghanistan")
func toto return {"a9n", 11}


Squalyl: Epic Failure

edit: yN caca