From 79d8351da7c59d834226e1ec3748f8f1da5fe101 Mon Sep 17 00:00:00 2001 From: hezhizhen Date: Mon, 6 Nov 2017 23:19:28 +0800 Subject: [PATCH] add comments --- applescript.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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