http://qs321.pair.com?node_id=379595


in reply to What are the most basic, generic aspects of programming?

I thought that traditionally it was:
- Sequencing (A -> B -> C)
- Alternation ( if A -> B else C)
- Iteration ( while A -> B )