String case: Difference between revisions

Content deleted Content added
Hout (talk | contribs)
m →‎{{header|AppleScript}}: Slight reordering, updated primitives
Hout (talk | contribs)
Line 362:
-- testCase :: Handler -> String
on testCase(f)
tell mReturn(f)'s lambda("alphaBETA αβγδΕΖΗΘ")
lambda("alphaBETA αβγδΕΖΗΘ")
end tell
end testCase
 
Line 384 ⟶ 386:
end tell
end map
 
 
-- Lift 2nd class handler function into 1st class script wrapper