Skip to content

| (vertical bar)

Description

Another way to invoke the or action.

Examples

state A {
    wait(0)
    if ((age() < 20) | (age() >= 30)) then next(Selected)
    default(Excluded)
}
The above moves all agents that are not in their twenties to the state Selected.