Text Pyramid

A preview of the program in action.
   
Author's name: Jeremy Lucas
Author's web site: none given

Description:

It took me a while to figure out how to do this without string concatenation.

The basic idea is how to display a string of characters on the screen without string concatenation or something more modern like the "string$()" function. This program just uses a simple loop and the nifty semicolon (;) at the end of a PRINT to simulate concatenation on the screen.

You might want to use something like this to create an ASCII border for a menu, for example.