mirror of
				https://gitlab.com/freepascal.org/fpc/source.git
				synced 2025-11-04 02:19:22 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			102 B
		
	
	
	
		
			ObjectPascal
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			102 B
		
	
	
	
		
			ObjectPascal
		
	
	
	
	
	
var
 | 
						|
 b1: boolean;
 | 
						|
Begin
 | 
						|
  begin
 | 
						|
     If b1 then      { illegal expression }
 | 
						|
  end;
 | 
						|
  while b1 do
 | 
						|
End.
 |