mirror of
				https://gitlab.com/freepascal.org/fpc/source.git
				synced 2025-10-31 10:11:27 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			134 B
		
	
	
	
		
			ObjectPascal
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			134 B
		
	
	
	
		
			ObjectPascal
		
	
	
	
	
	
| Program Example41;
 | |
| 
 | |
| { Program to demonstrate the GetEnv function. }
 | |
| 
 | |
| Uses linux;
 | |
| 
 | |
| begin
 | |
|   Writeln ('Path is : ',Getenv('PATH'));
 | |
| end.
 | 
