mirror of
				https://gitlab.com/freepascal.org/fpc/source.git
				synced 2025-10-31 17:12:34 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			163 B
		
	
	
	
		
			ObjectPascal
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			163 B
		
	
	
	
		
			ObjectPascal
		
	
	
	
	
	
| Program Example;
 | |
| 
 | |
| { Program to demonstrate the *** function. }
 | |
| 
 | |
| Uses video,keyboard,vidutil;
 | |
| 
 | |
| begin
 | |
|   InitVideo;
 | |
|   InitKeyboard;
 | |
|   DoneKeyboard;
 | |
|   DoneVideo;
 | |
| end.
 | 
