This sample demonstrates the use of programming with LD language.
The LD program "Main" manages the following boolean expression:
bOut := b1 AND ( ( b2 AND b3 ) OR b4 );