Topic variable: Difference between revisions

Content added Content deleted
Line 65: Line 65:
<lang applescript>on run
<lang applescript>on run
script
script
-- Apply the given function to the value 3
-- The given function applied to the value 3
on |λ|(f)
on |λ|(f)
mReturn(f)'s |λ|(3)
mReturn(f)'s |λ|(3)