ladder logic

from The Free On-line Dictionary of Computing (8 July 2008)
ladder logic

   <programming> {Source code} formatted in two columns with
   conditions on the left that lead to outputs on the right:

     if (c1)     s1 else
     if (c2)     s2 else
     if (c3)     s3 ...

   (2007-03-15)
    

[email protected]