mirror of
				https://gitlab.com/freepascal.org/lazarus/lazarus.git
				synced 2025-10-31 06:21:38 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
		
			101 B
		
	
	
	
		
			ObjectPascal
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			101 B
		
	
	
	
		
			ObjectPascal
		
	
	
	
	
	
|  
 | |
|  Program LazMessage;
 | |
|  Uses Dialogs;
 | |
|  begin
 | |
|    ShowMessage ('This is a message from Lazarus')
 | |
|  end.
 | 
