mirror of
				https://gitlab.com/freepascal.org/fpc/source.git
				synced 2025-10-31 12:11:34 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			108 B
		
	
	
	
		
			ObjectPascal
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			108 B
		
	
	
	
		
			ObjectPascal
		
	
	
	
	
	
| Program Example67;
 | |
| 
 | |
| { Program to demonstrate the SSeg function. }
 | |
| Var W : Longint;
 | |
| 
 | |
| begin
 | |
|   W:=SSeg;  
 | |
| end.
 | 
