RosettaCodeData/Task/Runtime-evaluation-In-an-environment/AppleScript/runtime-evaluation-in-an-environment-2.applescript

7 lines
74 B
AppleScript
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
set pgrm_with_x to "
on run {x}
2^x
end"
task_with_x(pgrm_with_x, 3, 5)