I can usually get the behavior I desire by just randomly trying different permutations of these two options, but I still can’t say I know precisely what they do. Is there a concrete example that demonstrates the difference?
I can usually get the behavior I desire by just randomly trying different permutations
Share
:CaptureArgs(N)matches if there are at least N args left. It is used for non-terminal Chained handlers.:Args(N)only matches if there are exactly N args left.For example,
matches