mirror of
				https://gitlab.com/freepascal.org/fpc/source.git
				synced 2025-11-04 05:22:59 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			153 B
		
	
	
	
		
			ObjectPascal
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			153 B
		
	
	
	
		
			ObjectPascal
		
	
	
	
	
	
Program Example55;
 | 
						|
 | 
						|
{ Program to demonstrate the RunError function. }
 | 
						|
 | 
						|
begin
 | 
						|
  { The program will stop end emit a run-error 106 }
 | 
						|
  RunError (106);
 | 
						|
end.
 |