Tag Archives: FORTRAN

Maze drawing in FORTRAN-80

I was looking through some of my old CP/M files (running on a virtual ALTAIR Z80 using simh) when I can across this old FORTRAN IV program.

Posted in CP/M, Programming | Tagged , , | Leave a comment

Multiplication tables using implicit DO loops

While sorting through some old FORTRAN notes I found what amounted to a one line program, which was included as a minimalistic example of what could be achieved using implicit DO loops.

Posted in Linux, VMS | Tagged , , | Leave a comment