Search
 
SCRIPT & CODE EXAMPLE
 

PASCAL

pascal halt program until any button is pressed

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 :: pascal wait for key 
Pascal :: pascal try except 
Pascal :: wait in pascal 
Pascal :: begin in pascal 
Pascal :: case of pascal 
Powershell :: powershell display firewall rules name 
Powershell :: Saved Windows Credentials 
Powershell :: To look at a profile to see information about a wifi network 
Gdscript :: gdscript while loop 
Clojure :: clojure take-while 
Abap :: the interface between the abap dictionary and the underlying database management system 
Assembly :: restart kde 
Assembly :: error: failed to synchronize all the database archlinux 
Assembly :: cout boolalpha 
Assembly :: import pyautogui Traceback (most recent call last): File "<stdin", line 1, in <module ImportError: No module named pyautogui 
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+8 =