-
Notifications
You must be signed in to change notification settings - Fork 27
Not Pattern
platz1de edited this page Mar 29, 2022
·
1 revision
Checks if the child pattern is false
Can be shortened by adding a !
in front of the pattern
Examples:
not(even;x(...))
- checks if x-Coordinate is NOT even
not(block;stone(...))
- check if the block is NOT stone
!block;stone(...)
- check if the block is NOT stone