{ This is the Game Of Life }
COMMENTS from Valery Votintsev:
---------------------------
For use without the TURBO3.TPU do the next corrections:
1. Comment the TURBO3.TPU in USE clause:
Uses
Crt{, {Unit found in TURBO.TPL}
{Turbo3}; {Unit found in TURBO3.TPU}
2. Find out the line
read (kbd,response) { Wait 'till pressed }
and change it to:
response:=readkey { Wait 'till pressed }
|