Cannot compare nullable (option) variable with true.



if (C := Counter?)
    then:
        Print("Counter? is {C}")
    else:
        Print("Counter is FALSE")

1 Like