I used to know and oberon programmer at uni
Modula2 is in the same famuily a development of pascal as in this faq I just pull off the net..
{
1. WHAT IS MODULA-2?
A. Modula-2 is a programming notation that corrects some of the deficiencies of Pascal. It is suitable for learning programming, for large projects written and maintained in the fashion of professional
software engineers, and for real time embedded systems. Modula-2 is small, expressive, easy to learn, and to read.
1.1 Who developed Modula-2?
A. Modula-2 was developed by Niklaus Wirth at ETH in Zurich, Switzerland in the late 70's. Wirth also developed Algol-W, Pascal,Modula, and Oberon.
}
So it should be easy to convert to Delphi it depends on how much the languages have divereged.