Pascal Snippets
I managed to get a number of snippets of Pascal code archived in the SWAG archive. The first item is a snippet of code to run DOS programs with I/O redirection:
Download: redirect.pas
The second item is one to generate a random maze (with a guaranteed solution).
Download: mazegenerator.pas