Skip to content

Instantly share code, notes, and snippets.

@anderseknert
Created September 20, 2023 12:49
Show Gist options
  • Save anderseknert/746f47bc024431d5229b068b8ca4a053 to your computer and use it in GitHub Desktop.
Save anderseknert/746f47bc024431d5229b068b8ca4a053 to your computer and use it in GitHub Desktop.
Else
# Expressions may be evaluated in any order
allow if expression1
allow if expression2
allow if expression3
# Expressions evaluated from top to bottom
allow if {
expression1
} else {
expression2
} else {
expresssion3
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment