diff --git a/libs/core/core.cpp b/libs/core/core.cpp index dffb6b2c..eb30e67d 100644 --- a/libs/core/core.cpp +++ b/libs/core/core.cpp @@ -76,7 +76,7 @@ namespace Boolean_ { } //% - bool bang(bool v) { return !v; } + bool bang(int v) { return v == 0; } } namespace Number_ {