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 >
Text File  |  1996-09-28  |  263b  |  6 lines

  1. dnl ../doc/m4.texinfo:2656: Origin of test
  2. define(`foo', `The brown fox jumped over the lazy dog')
  3. dnl @result{}
  4. format(`The string "%s" is %d characters long', foo, len(foo))
  5. dnl @result{}The string "The brown fox jumped over the lazy dog" is 38 characters long
  6.