Thanks Greg!
That was it, I had typed Cntl+= for that last =
Interesting there are are at least three versions of "=" then:
type: =
type: :
type: cntl + = (control =)
Vin:=5.0
Vout:=3.3
D:=.5 a guess
Given
Vout = Vin.D (the dot here is realy a multiply)
D:=Find(D)
D= (there is a place holder after the =)
My question is: Why doesn't D=0.66???