Hello All,
Please let me know if there is already a way to do this. If not I can open it as a feature request. Very often I would like to add stores together, in a form like:
store(Consonants) 'BCDFGHJKLMNPQRSTVWXYZ'
store(Vowels) 'AEIOU'
store(ConsonantsAndVowels) any(Consonants) + any(Vowels)
where set arithmetic takes place where to add the two stores together. Less frequently, set subtraction would also be useful, thus the syntax with an operator above.
thank you,
-Daniel
2 posts - 2 participants