RosettaCodeData/Task/Comments/AppleScript/comments-1.applescript

13 lines
243 B
AppleScript
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
--This is a single line comment
display dialog "ok" --it can go at the end of a line
# Hash style comments are also supported
(* This is a multi
line comment*)
(* This is a comment. --comments can be nested
(* Nested block comment *)
*)