Run ❯
zig
.
com
×
Change Orientation
Change Theme, Dark/Light
Go to Spaces
fun main() { var myBool = true println(!myBool) // returns false because the ! (not) operator reverses the result }
false