mirror of
				https://gitlab.com/freepascal.org/fpc/source.git
				synced 2025-11-04 08:19:36 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			84 B
		
	
	
	
		
			ObjectPascal
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			84 B
		
	
	
	
		
			ObjectPascal
		
	
	
	
	
	
type
 | 
						|
  week=(mon,tue,wed);
 | 
						|
Var
 | 
						|
    w : week;
 | 
						|
    w1 : mon..tue;
 | 
						|
begin
 | 
						|
  w1:=w;
 | 
						|
end.
 |