Whats the command for clearing the screen in Irie Pascal?
Answer. The built-in procedure “clrscr” can be used to clear the screen. However “clrscr” is only supported on the Windows Edition of Irie Pascal. Because Irie Pascal runs on so many different platforms it is difficult to take maximum advantage of each platform. So far the priority has been on developing features that can be easily ported to all supported platforms. Unfortunately I/O (advanced console, graphics, sound etc) tends to be very non-portable and has so far not been fully implemented.