generated from javaf/hello-world
-
Notifications
You must be signed in to change notification settings - Fork 0
not
Subhajit Sahu edited this page Mar 24, 2021
·
8 revisions
Boolean.not(a)
// a: a boolean
import io.github.javaf.*;
Boolean.not(false);
// true
Boolean.not(true);
// false