Search
 
SCRIPT & CODE EXAMPLE
 

PASCAL

pascal press any key to continue

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 :: wait for input in pascal 
Pascal :: subrange variables pascal 
Pascal :: delay() in Pascal 
Pascal :: pascal loop 
Pascal :: contoh dasar pascal 
Powershell :: disable defender powershell 
Powershell :: How to display firewall rule ports with powershell 
Powershell :: powershell scriptblock return variable 
Gdscript :: godot 2d set position to mouse 
Clojure :: how to do operations inside a list clojure 
Abap :: abap char variable 
Assembly :: array month name 
Assembly :: regex find a word index of all matches 
Assembly :: assembly language loop example masm 
Assembly :: x86 assembly not instruction 
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
6+5 =