If I have this code, where multiple groups are called one after another:
if(key = 'o') > use(G1) use(G2) use(G3) use(GS)
If the G2 group is always called after the G1 group, can it also be called within the G1 group? I think you can do it, calling it in the match
and nomatch
statements, but is that the only way? Isn’t there a way to call it in one line?
group(G1)
...
match use(G2)
nomatch use(G2)
Thanks
2 posts - 2 participants