mirror of
				https://gitlab.com/freepascal.org/fpc/source.git
				synced 2025-10-31 10:11:27 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			202 B
		
	
	
	
		
			ObjectPascal
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			202 B
		
	
	
	
		
			ObjectPascal
		
	
	
	
	
	
| Program Example17;
 | |
| 
 | |
| { Program to demonstrate the DSeg function. }
 | |
| 
 | |
| Var
 | |
|   W : Word;
 | |
| 
 | |
| begin
 | |
|   W:=DSeg; {W:=0, This function is provided for compatibility,
 | |
|                   FPC is a 32 bit comiler.}
 | |
| end.
 | 
