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 )
  • Comment on Re: What are the most basic, generic aspects of programming?