LABEL
- Last Updated: May 13, 2026
- 1 minute read
- Semaphore
- Documentation
Function
Attaches a label to a rule so that it can be used as a target for a link rule
For a link rule it specifies the name of the target to link to
When prefixed with _: this means that the label has rulebase scope only - ie will only form links between matching labels within the specific rulebase file - this is just for convenience in that it makes it less verbose in the link names since you do not need to use a very long label to ensure uniqueness across the rulenet when you only need links within the particular rulebase file.
Applies to
- All rules
Values
- “LABEL NAME”
- “_:LABEL NAME” (Since Semaphore 3.7)
Example
See the LINK for a full example of the usage