RosettaCodeData/Task/Runtime-evaluation-In-an-environment/AppleScript/runtime-evaluation-in-an-environment-2.applescript
2016-12-05 22:15:40 +01:00

6 lines
74 B
AppleScript

set pgrm_with_x to "
on run {x}
2^x
end"
task_with_x(pgrm_with_x, 3, 5)