i thought it were logical to assign something additional using OR as simple as this - but it does not work

Uses "console"

Long lTest

lTest |= 1                     ' should equal  lTest = lTest | 1 
PrintL lTest

WaitKey