add comments

This commit is contained in:
hezhizhen 2017-11-06 23:19:28 +08:00
parent 0c9f223716
commit 79d8351da7
1 changed files with 13 additions and 0 deletions

View File

@ -1,5 +1,6 @@
--- ---
title: AppleScript title: AppleScript
updated: 2017-11-06
--- ---
Running Running
@ -7,3 +8,15 @@ Running
osascript -e "..." osascript -e "..."
display notification "X" with title "Y" 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
*)