It looks like you're new here. If you want to get involved, click one of these buttons!
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
Nevermind... Got it sorted. "Set", and a little formatting.