Boolean NOR
- Last Updated: March 24, 2022
- 1 minute read
- Corticon
- Version 6.3
- Documentation
Also known as “Not Or”, this construction is shown in the following Rulesheet:
| age >= 45 | smoker | risk rating |
|---|---|---|
true |
true |
low |
true |
false |
low |
false |
true |
low |
false |
false |
high |