This website requires JavaScript.
Explore
Help
Sign In
mirror
/
RosettaCodeData
mirror of
https://github.com/acmeism/RosettaCodeData.git
Watch
1
Star
0
Fork
You've already forked RosettaCodeData
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
main
RosettaCodeData
/
Task
/
Runtime-evaluation-In-an-en...
/
AppleScript
/
runtime-evaluation-in-an-en...
7 lines
74 B
AppleScript
Raw
Permalink
Blame
History
set
pgrm_with_x
to
"
on run {x}
2^x
end"
task_with_x
(
pgrm_with_x
,
3
,
5
)
Reference in New Issue
View Git Blame
Copy Permalink