home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Geek Gadgets 1
/
ADE-1.bin
/
ade-dist
/
m4-1.4-src.tgz
/
tar.out
/
fsf
/
m4
/
checks
/
49.format
< prev
next >
Wrap
Text File
|
1996-09-28
|
263b
|
6 lines
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