Search
 
SCRIPT & CODE EXAMPLE
 

PASCAL

pascal wait for key

Program PauseUntilKey;

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

PREVIOUS NEXT
Code Example
Pascal :: exceptions in pascal 
Pascal :: pascal try catch finally 
Pascal :: pascal while 
Pascal :: pascal online compiler 
Pascal :: turbo pascal online compiler 
Powershell :: Take ownership of a folder 
Powershell :: how to download git on windows using power shell 
Gdscript :: godot get global position 3 
Gdscript :: gdscript variables 
Clojure :: ex: Clojure define expected time 
Lisp :: random choice from list of strings in emacs lisp 
Assembly :: pickle dump into specific directory 
Assembly :: assembly print 
Assembly :: that long word from mary poppins 
Assembly :: enter 64 bit mode 
Javascript :: jquery vslidation remove spaces from input 
Javascript :: jquery add disabled to button 
Javascript :: jquery run code after 5 seconds 
Javascript :: use jquery 
Javascript :: vimeo playback speed 
Javascript :: Basic JavaScript: Use Recursion to Create a Range of Numbers 
Javascript :: vuex-module-decorators rawError globally 
Javascript :: autoplay owl carousel 
Javascript :: how to get element by title js 
Javascript :: check ip json 
Javascript :: shadow elevation react native 
Javascript :: javascript capitalize string 
Javascript :: remove all options from select jquery 
Javascript :: swiper.js cdn 
Javascript :: angular go to route 
ADD CONTENT
Topic
Content
Source link
Name
5+7 =