<HTML><BODY><p>Hi Community,<br>Do the Fox compiler supports interfaces?<br>According to Active Oberon Syntax described here http://bluebottle.ethz.ch/languagereport/node7.html<br>interfaces should be supported, but in the fact trial of it's usage gives a bunch of error messages.  <br>This code gives "missing 'END'": <br>Code:<br>MODULE IntfTest;<br><br>DEFINITION IIntf<br>        PROCEDURE P;<br>END IIntf;<br><br>END IntfTest.<br><br>---<br>Cheers, SAGE<br>http://sage.com.ua/</p></BODY></HTML>