Combine multiple redundant functions of the same into one

Any questions? Need some help?
Post Reply
User avatar
rednoah
The Source
Posts: 22998
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Combine multiple redundant functions of the same into on

Post by rednoah »

You can do it via normal groovy stings, e.g. {"$n $y".ascii()}

Keep in mind that {...} will be resolved as a whole or not at all if any bindings fail. So to semantics as slightly different. Play with it. ;)
:idea: Please read the FAQ and How to Request Help.
Post Reply