Select Page

Month: August 2009

4 SQR Resolutions

It’s not New Year’s Eve, but I have some resolutions to use more of the rich features of SQR to write programs that are richly featured themselves. More Color My internal customers are so used to monochrome, monofont...

Read More

Table Driven SQR

Table-Driven programming is a technique that can make a program more easy to write or less easy to write, more clear or less clear, more maintainable or less maintainable.  It can improve a program when we use it appropriately....

Read More

Hooray For Arrays.Part(2)

Of course we can use arrays like tables.  What else can we do? Use Arrays To Initialize Variables An array can be much more than a table with different features and functionality.  It enables a variety of new algorithms. The...

Read More