Question about AbstractLoopStatement in BaseLanguage
I am investigating the BaseLanguage concept hierarchy for my university thesis and I am curious what is meant by the `loopLabel: LoopLabel[0..1]` in the abstract concept beneath
Please sign in to leave a comment.
This child holds the optional labels that can be attached to loops in Java.