mirror of
				https://github.com/KevinMidboe/linguist.git
				synced 2025-10-29 17:50:22 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			260 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			260 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
  MEMBER()
 | 
						|
  INCLUDE('HelloClass.inc'),ONCE
 | 
						|
  MAP
 | 
						|
  END
 | 
						|
 | 
						|
HelloClass.Construct              PROCEDURE
 | 
						|
  CODE
 | 
						|
HelloClass.Destruct               PROCEDURE() !,VIRTUAL
 | 
						|
  CODE
 | 
						|
HelloClass.SayHello               PROCEDURE
 | 
						|
  CODE
 | 
						|
  MESSAGE('Hello World!')
 |