Sun
Three-letter code for Sunday
Synopsis
Sun
Description
Three-letter code for Sunday. Used for wait rules, and for specifying place, network, and mixing group schedules via property statements.
Examples
The following rule will make agents wait until the start of Sunday:
wait(until(Sun))
A place can be given a property statement to open for 2 hours at 6pm on Sunday:
place <place_name> {
...
starts_at_6pm_on_Sun = 2
...
}