6 lines
263 B
Plaintext
6 lines
263 B
Plaintext
dnl ../doc/m4.texinfo:2656: Origin of test
|
|
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
|