feature_intr - intr supported?

Description

feature_intr can be used to determine if the current platform supports calling the built-in procedure intr.

Example

if not supported(feature_intr) then
   begin
      writeln('x86 interrupts not supported on the current platform');
      abort
   end;

Portability

Operating Systems: All
Standard Pascal: No