John Christopher wrote:
I was expecting the output to be: 3 foo, bar 2What am I doing wrong? Thank you.
define(`m1',`%d foo, bar %d') format(m1, 3, 2) 0 foo define(`m1',`%d foo`,'bar %d') format(m1, 3, 2) 3 foo,bar 2 -- Jack J. Woehr # "Self-delusion is http://www.well.com/~jax # half the battle!" http://www.softwoehr.com # - Zippy the Pinhead _______________________________________________ m4-discuss mailing list [email protected] http://lists.gnu.org/mailman/listinfo/m4-discuss
