Skip to content
supermaximo93 edited this page Sep 18, 2011 · 2 revisions

C declaration
void wait( long int time );

Pascal declaration
procedure wait( time : longint );


Parameters
time: Specifies the amount of time to pause the program for


Description
Pauses execution of the program for the specified amount of time.

Clone this wiki locally