Topic variable: Difference between revisions

Content added Content deleted
(→‎{{header|AppleScript}}: second example, in which 'return' is bound to a script, rather than to a simple value)
Line 74: Line 74:
map(result, {square, squareRoot})
map(result, {square, squareRoot})
-- > {9, 1.732050807569}
--> {9, 1.732050807569}
end run
end run