dnl "m4.texinfo": 2138: Origin here
define(`foo', `The brown fox jumped over the lazy dog')
dnl @result{}
format(`The string "%s" is %d characters long', foo, len(foo))
dnl @result{}The string "The brown fox jumped over the lazy dog" is 38 characters long
