I was first taught BASIC in middle school. It seemed like a good begining program to me. Although at the time I new no other. I'm unfamiliar with REXX, but I'll take a look at it, Thanks.
Structured Programming is a concept which breaks down any programming task, no matter how complex, into combinations of only four basic constructs:
If designed this way, the resulting code is much easier to understand and maintain.