Initial data commit
This commit is contained in:
parent
72d218235f
commit
f23f22d71c
199087 changed files with 3378941 additions and 0 deletions
|
|
@ -0,0 +1,17 @@
|
|||
# Project : Reflection/List methods
|
||||
|
||||
o1 = new test
|
||||
aList = methods(o1)
|
||||
for x in aList
|
||||
cCode = "o1."+x+"()"
|
||||
eval(cCode)
|
||||
next
|
||||
Class Test
|
||||
func f1
|
||||
see "hello from f1" + nl
|
||||
func f2
|
||||
see "hello from f2" + nl
|
||||
func f3
|
||||
see "hello from f3" + nl
|
||||
func f4
|
||||
see "hello from f4" + nl
|
||||
Loading…
Add table
Add a link
Reference in a new issue