Note that the LISTING element is easier to use because it retains the spacing of the original text.
A "Hello, world" program in Pascal would be :<P> <CODE> program Hello;<BR> begin<BR> write('Hello, world');<BR> end. </CODE>
program Hello; begin write('Hello, world'); end.