mirror of
https://github.com/GayPizzaSpecifications/pork.git
synced 2025-08-03 05:10:55 +00:00
Implement negation operator.
This commit is contained in:
@ -19,7 +19,7 @@ main = { in
|
||||
falseValue = false
|
||||
|
||||
invert = { value in
|
||||
if value then false else true
|
||||
!value
|
||||
}
|
||||
|
||||
[
|
||||
|
Reference in New Issue
Block a user