mirror of
				https://gitlab.com/freepascal.org/fpc/source.git
				synced 2025-11-04 02:39:40 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			6 lines
		
	
	
		
			52 B
		
	
	
	
		
			ObjectPascal
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			52 B
		
	
	
	
		
			ObjectPascal
		
	
	
	
	
	
var
 | 
						|
  d : single;
 | 
						|
begin
 | 
						|
  writeln(longint(d));
 | 
						|
end.
 |