Open IanRogers-LShift opened 7 years ago
E.g. what I'd like to do is something like
+ the cat sat + the dog ate + the flea jumped + the cow mooed - animals are cool + * - I don't think you have that right
there are two workarounds I can see but they're both a bit unhelpful:
+ (the cat sat|the dog ate) - nice + the flea jumped - {@__respond__} + the cow mooed - {@__respond__} + __respond__ - indeed
The first (trigger one|trigger two|..trigger N) seems exactly equivalent to having each trigger on its own line.
(trigger one|trigger two|..trigger N)
NB. yes I know this particular example could be implemented as
+ the ~animal <verb>
but
E.g. what I'd like to do is something like
there are two workarounds I can see but they're both a bit unhelpful:
The first
(trigger one|trigger two|..trigger N)
seems exactly equivalent to having each trigger on its own line.NB. yes I know this particular example could be implemented as
but