in reply to Re: Programming using data structures
in thread Programming using data structures

I guess you mean programs = data structures + algorithms. But the book of Wirth talks about different data structures than Dash2. Dash2 talks about simple (although nested) structures passed into functions, while the data structures from the book are the more complex structures that keep all the data the program works on.

Abigail