Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
|
|
@ -0,0 +1,6 @@
|
|||
on task_with_x(pgrm, x1, x2)
|
||||
local rslt1, rslt2
|
||||
set rslt1 to run script pgrm with parameters {x1}
|
||||
set rslt2 to run script pgrm with parameters {x2}
|
||||
rslt2 - rslt1
|
||||
end task_with_x
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
set pgrm_with_x to "
|
||||
on run {x}
|
||||
2^x
|
||||
end"
|
||||
|
||||
task_with_x(pgrm_with_x, 3, 5)
|
||||
Loading…
Add table
Add a link
Reference in a new issue