generated from moocf/hello-world.java
-
Couldn't load subscription status.
- Fork 0
not
Subhajit Sahu edited this page Mar 24, 2021
·
8 revisions
Boolean.not(a)
// a: a booleanimport io.github.javaf.*;
Boolean.not(false);
// true
Boolean.not(true);
// false