Let's just drop parens everywhere and go full Appl...
# language-proposals
k
Let's just drop parens everywhere and go full AppleScript 🙂
Copy code
tell application "TextEdit"
    activate
    make new document
    set text of front document to "hello world"
end tell
😰 2
🔥 4