Quote Originally Posted by Golden View Post
I asked bc Gulenko connects if-then-else to DA.
If-then-else is a control structure used in computer programming, and generally anything where you're dealing with procedural logic, i.e.:

If: <condition>
Then: <do action>
Else If: <other condition>
Then: <do other action>


So on, so forth. It's where the 'Algorithmic' aspect of DA comes in.