LDDemo sample project

This sample demonstrates the use of programming with LD language.

Important links:
   - LD language
   - Using the LD editor

The LD program "Main" manages the following boolean expression:

bOut := b1 AND ( ( b2 AND b3 ) OR b4 );