The Pascal compiler company
feature_clrscr can be used to determine if the current platform supports the built-in procedure clrscr.
if supported(feature_clrscr) then clrscr;
Operating Systems: All Standard Pascal: No