logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

boolean-expressions - Golf documentation (booleans)

Description

A boolean expression uses operators "!" (not), "&&" (and) and "||" (or), as well as parenthesis (). For example: set-bool b1 = ! (b2 && b3) || b4 You can use boolean expressions anywhere a boolean is expected as an input to any statement. You can use boolean variables as well as constants such as "true" and "false" in boolean expressions.

Name

boolean-expressions - Golf documentation (booleans)

See Also

Booleans boolean-expressionsset-bool See all documentation $DATE $VERSION GOLF(2gg)

See Also