Wait For Input In Pascal

[Solved] Wait For Input In Pascal | Pascal - Code Explorer | yomemimo.com
Question : wait for input in pascal

Answered by : andreas-leonidou

Program PauseUntilKey;
Begin writeln('Press any key to continue...'); readln(); //pause program until any key is pressed writeln('Program Resumed!');
End.

Source : | Last Update : Fri, 20 May 22

Answers related to wait for input in pascal

Code Explorer Popular Question For Pascal