Is it possible to populate a preformed list?

I'm trying to develop a "constructed Language" generator. I have a list of 500 basic English words. I would like to generate a list of English words from this with an ipt constructed word for each English word. i.e.

All = (some word)
Alien = (some word)
Art = (some word)
...
(500 words)

Is it even possible to generate an iterated list like this? I'm suspecting not, from what I can glean in help and on the forum, but I thought I'd ask anyway.

Comments

Leave a Comment