Re: Strings to Macro

"Jack J. Woehr" <[email protected]> Fri, 20 Jan 2017 14:06:47 -0700
Newsgroups gmane.comp.gnu.m4.general
Message-ID <[email protected]>
Varghese Paul wrote:
>
> Nedd a help on the below program.

This works, try something like this:

define(`x1',`foo')
define(`x2',`bar')
x1
x2
define(`xit',`x'$1)
xit(1)
xit(2)

-- 
Jack J. Woehr     # Science is more than a body of knowledge. It's a way of
www.well.com/~jax # thinking, a way of skeptically interrogating the universe
www.softwoehr.com # with a fine understanding of human fallibility. - Carl Sagan