User Tools

Site Tools


tutorials:fortran

This is an old revision of the document!


FORTRAN-20 Compiler Tutorial

FORTRAN-20 is a FORTRAN compiler for TOPS-20. It supports the FORTRAN-77 standard (American National Standard Programming Language FORTRAN (ANSI X3.9-1978)) with extensions and additions.

Hello World

c234_6---+---------+---------+---------+---------+---------+---------+--????????

      program hello
      
      write(5,*) ' Hello, World!'
      stop
      end
      

References

tutorials/fortran.1389328629.txt.gz · Last modified: 2014/01/10 04:37 by papa