! Copyright (C) 2013 John Benediktsson ! See http://factorcode.org/license.txt for BSD license USING: cocoa cocoa.application cocoa.classes kernel parser multiline words ; IN: cocoa.apple-script : run-apple-script ( str -- ) [ NSAppleScript send: alloc ] dip send: \initWithSource: send: autorelease f send: \executeAndReturnError: drop ; SYNTAX: \APPLESCRIPT: scan-new-word scan-object [ run-apple-script ] curry ( -- ) define-declared ;