Re: What is proper use of `break labelid`?
Fred Eisele <[email protected]>
| Newsgroups | gmane.comp.lang.groovy.user |
|---|---|
| Message-ID | <CAJGQK3OGnj8vcd-EXZ75zMfwSpw5C=W0jpNmB=dZDb6jFw2jJQ@mail.gmail.com> |
Thanks for the clarification.
The following
```groovy
def trial(x) {
before: {statement_1
}
during: {
statement_2
}
after: {
statement_3
}
}
```