mirror of
				https://gitlab.com/freepascal.org/fpc/source.git
				synced 2025-11-04 13:39:39 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			90 B
		
	
	
	
		
			ObjectPascal
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			90 B
		
	
	
	
		
			ObjectPascal
		
	
	
	
	
	
Program Example;
 | 
						|
 | 
						|
Uses strings;
 | 
						|
 | 
						|
{ Program to demonstrate the *** function. }
 | 
						|
 | 
						|
begin
 | 
						|
end.
 |