Skip to content
GitLab
Explore
Sign in
Register
! as shorthand for `not` command
This should be possible:
if ! true; echo false; else echo true; end