Initial data commit
This commit is contained in:
parent
72d218235f
commit
f23f22d71c
199087 changed files with 3378941 additions and 0 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