Calling Prolog from Pascal and FORTRAN

It is possible to call Prolog predicates from Pascal and FORTRAN using C as an intermediary language. Your Pascal or FORTRAN manual will tell you how to make your code call C. Then call Prolog from C using the procedures described in this section.