mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 09:40:21 +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!')
|