type enumtype = (a); var e : enumtype; begin writeln(ord(e)); end.