local a: boolean = true local b: boolean = false if a and not b then print("a is true and b is false") end