additional samples and fixed extensions list

This commit is contained in:
Brahn Partridge
2014-11-26 14:51:47 +01:00
parent 036b9c4094
commit 3445e55744
8 changed files with 82 additions and 7 deletions

View File

@@ -1,10 +1,12 @@
PROGRAM
MEMBER()
INCLUDE('HelloClass.inc'),ONCE
MAP
END
HelloClass.Construct PROCEDURE
CODE
HelloClass.Destruct PROCEDURE() !,VIRTUAL
CODE
HelloClass.SayHello PROCEDURE
CODE
MESSAGE('Hello World!')
RETURN