diff --git a/applescript.md b/applescript.md index 5e0b005bd..f0e6f446d 100644 --- a/applescript.md +++ b/applescript.md @@ -1,5 +1,6 @@ --- title: AppleScript +updated: 2017-11-06 --- Running @@ -7,3 +8,15 @@ Running osascript -e "..." display notification "X" with title "Y" + +Comments + + -- This is a single line comment + + # This is another single line comment + + (* + This is + a multi + line comment + *) \ No newline at end of file