Contents | Prev | Next

4.2.7 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

Contents | Prev | Next