add comments
This commit is contained in:
parent
0c9f223716
commit
79d8351da7
|
@ -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
|
||||||
|
*)
|
Loading…
Reference in New Issue