HOW THE CODE WORKS

The program prints 14 lines of spaces and asterisk characters. For each line,
a value of '40 - asterisk count' has been encoded as a char, so that the MID$
and ASC functions may be used to extract each value from a single string.

The spaces are printed using the SPC function, while the asterisks are printed
individually using a FOR loop.
