Just another update
This commit is contained in:
parent
a25938f123
commit
00a190b0a6
6591 changed files with 94363 additions and 23227 deletions
5
Task/Abstract-type/Seed7/abstract-type.seed7
Normal file
5
Task/Abstract-type/Seed7/abstract-type.seed7
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
const type: myInterf is sub object interface;
|
||||
|
||||
const func integer: method1 (in myInterf: interf, in float: aFloat) is DYNAMIC;
|
||||
const func integer: method2 (in myInterf: interf, in string: name) is DYNAMIC;
|
||||
const func integer: add (in myInterf: interf, in integer: a, in integer: b) is DYNAMIC;
|
||||
Loading…
Add table
Add a link
Reference in a new issue