mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 17:50:22 +00:00
additional samples and fixed extensions list
This commit is contained in:
9
samples/Clarion/Hello.inc
Normal file
9
samples/Clarion/Hello.inc
Normal file
@@ -0,0 +1,9 @@
|
||||
HelloClass Class(),Type,Module('HelloClass.Clw'),LINK('HelloClass.Clw',1)
|
||||
! Properties
|
||||
|
||||
! Methods
|
||||
Construct PROCEDURE
|
||||
Destruct PROCEDURE () ,VIRTUAL
|
||||
SayHello PROCEDURE
|
||||
END
|
||||
!_EndOfInclude_
|
||||
Reference in New Issue
Block a user