feature_clrscr - clrscr supported?

Description

feature_clrscr can be used to determine if the current platform supports the built-in procedure clrscr.

Example

if supported(feature_clrscr) then clrscr;

Portability

Operating Systems: All
Standard Pascal: No