feature_gotoxy - gotoxy supported?

Description

feature_gotoxy can be used to determine if the current platform supports the built-in procedure gotoxy.

Example

if not supported(feature_gotoxy) then
   begin
      writeln('gotoxy not supported on the current platform');
      abort
   end;

Portability

Operating Systems: All
Standard Pascal: No