mirror of
				https://gitlab.com/freepascal.org/fpc/source.git
				synced 2025-10-31 04:31:35 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			152 B
		
	
	
	
		
			ObjectPascal
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			152 B
		
	
	
	
		
			ObjectPascal
		
	
	
	
	
	
| Program Example45;
 | |
| 
 | |
| { Program to demonstrate the FExpand function. }
 | |
| 
 | |
| Uses linux;
 | |
| 
 | |
| begin
 | |
|   Writeln ('This program is in : ',FExpand(Paramstr(0)));
 | |
| end.
 | 
