1
0
Files
irix-657m-src/eoe/cmd/gnum4/checks/49.format
2022-09-29 17:59:04 +03:00

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