File HANOI.AL

Directory of image this file is from
This file as a plain text file

'BEGIN'
  'PROCEDURE' TRANSPORT(N,T1,T2,T3);
  'INTEGER' N,T1,T2,T3;
  'BEGIN'
  'IF' N>1 'THEN' TRANSPORT(N-1,T1,T2,T3);
  SKIP(1);TEXT(1,"SCHLEPPE SCHEIBE NR ");WRITE(1,N);
   TEXT(1," VON TURM "); WRITE(1,T1); TEXT(1," NACH TURM ");
   WRITE(1,T3);
  'IF' N>1 'THEN' TRANSPORT(N-1,T2,T3,T1)
  'END';
TRANSPORT(3,1,2,3)
'END' TUERMEVONHANOI$



Feel free to contact me, David Gesswein djg@pdp8online.com with any questions, comments on the web site, or if you have related equipment, documentation, software etc. you are willing to part with.  I am interested in anything PDP-8 related, computers, peripherals used with them, DEC or third party, or documentation. 

PDP-8 Home Page   PDP-8 Site Map   PDP-8 Site Search