^1400143361280
@
sname
Program_scripts
slabel
Program_scripts
sdescriptors
xworker.lang.MetaDescriptor3
smany
true
seditCols
2
sinitialization
false
smodifier
public
sinheritDescription
false
sth_createIndex
false
sth_registMyChilds
false
sth_mark
false
@/@actions
sname
actions
sdescriptors
xworker.lang.MetaDescriptor3/@actions
sth_createIndex
false
sth_registMyChilds
false
sth_mark
false
@/@actions/@groovy
sname
groovy
sisSynchronized
false
sthrowException
true
suseOtherAction
false
svarScope
Local
sdisableGlobalContext
false
Scode
#$@text#$@
def text = "Hello World";
println text;
#$@text#$@
sinitBreakPoint
false
ssuccessBreakPoint
false
sexceptionBreakPoint
false
seditBreakPoint
false
sinterpretationType
Action
screateLocalVarScope
false
ssaveReturn
false
sdescriptors
xworker.lang.actions.Actions/@GroovyAction
sth_createIndex
false
sth_registMyChilds
false
sth_mark
false
@/@actions/@lua
sname
lua
slanguage
lua
sfileExt
lua
Scode
#$@text#$@
local function test(a, b)
    return a + b;
end

print(test(1,1));
#$@text#$@
sinitBreakPoint
false
ssuccessBreakPoint
false
sexceptionBreakPoint
false
seditBreakPoint
false
sinterpretationType
Action
sisSynchronized
false
sthrowException
true
suseOtherAction
false
svarScope
Global
screateLocalVarScope
false
ssaveReturn
false
sdisableGlobalContext
false
sdescriptors
xworker.lang.actions.Actions/@JdkScript
sth_createIndex
false
sth_registMyChilds
false
sth_mark
false
@/@actions/@python
sname
python
slanguage
python
sfileExt
py
Scode
#$@text#$@
from java.lang import System;

def test(a, b):
    return a + b;

start = System.currentTimeMillis();
x = 0;
for i in range(10001):
    x = test(x, i);

time = str(System.currentTimeMillis() - long(start)); 
print time;
#$@text#$@
sinitBreakPoint
false
ssuccessBreakPoint
false
sexceptionBreakPoint
false
seditBreakPoint
false
sinterpretationType
Action
sisSynchronized
false
sthrowException
true
suseOtherAction
false
svarScope
Global
screateLocalVarScope
false
ssaveReturn
false
sdisableGlobalContext
false
sdescriptors
xworker.lang.actions.Actions/@JdkScript
sth_createIndex
false
sth_registMyChilds
false
sth_mark
false
