AppleScript's 25th Anniversary

Chris Espinosa tweeted about AppleScript’s 25th anniversary today:

set x to (string id {127874, 32, 32, 72, 97, 112, 112, 121, 32, 50, 53, 116, 104, 32, 65, 110, 110, 105, 118, 101, 114, 115, 97, 114, 121, 33, 32, 32, 127874})

tell application "Finder"
	activate
	display alert x
end tell

:wink: