Back in the days when I was learning programing in the 1979 of of the first things we learned was the If/Then or sometimes If/Then/Else
It works like this
IF X > 5 Then Y=Y-X
This means that if X has a value higher than five then subtract the value of X from Y
IF X > 5 Then Y-Y-x Else Y=0
This means if X has a value higher than five then subtract the value of X from why BUT if X is not greater than five then set Y to a value of “0”.
If Then can be used to express other things a great example of is the bill passed in California where you can lose custody of your kid if you go along with the current gender madness. The one thing that might have inhibited that bill from becoming law is that signing such a bill might inhibit a potential presidential campaign by Gavin Newson as it would be such a killer in swing states that you couldn’t steal enough votes to save him.
Expressed as an IF statement it would read:
IF Newsom = “candidate for president” THEN AB 957= “veto”
Well that’s now off the table:
California Gov. Gavin Newsom said he won’t run for president in 2024 or stand in Kamala Harris’s way in the future:
“We need to move past this notion that he’s not going to run,” Newsom told NBC “Meet the Press” host Chuck Todd in an interview clip released Friday. “President Biden is going to run and I’m looking forward to him getting reelected.”
Newsom’s comments further end speculation about a potential 2024 White House bid. The California governor has long said he won’t challenge Biden for the 2024 Democratic nomination but has been talked about as a potential future presidential candidate.
Expressed as an IF Then Else statement that would read:
IF Newsom = “candidate for president” THEN AB 957= “veto” ELSE AB 957 = “Law”
Simple If/Then logic
If I had kids I’d get out of California as soon as possible, if I were engaged to be married I’d check my potential wife’s position on AB 957 and if she supported it I’d cancel at once.


