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