8 lines
162 B
Text
8 lines
162 B
Text
|
|
obj = script("MyClass").new()
|
||
|
|
put getClassCode(obj)
|
||
|
|
-- script text is printed...
|
||
|
|
|
||
|
|
func = #startMovie
|
||
|
|
put getGlobalFunctionCode(func)
|
||
|
|
-- script text is printed...
|