Runtime evaluation/In an environment: Difference between revisions

No edit summary
Line 24:
+8 +32
</pre>
 
=={{header|AppleScript}}==
<!-- In progress... trying to understand how that works...
AppleScript's run script command allows to execute
<lang AppleScript>
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
</lang>
-->
 
=={{header|AutoHotkey}}==
{{works with | AutoHotkey_H}}
Anonymous user