8 lines
300 B
Plaintext
8 lines
300 B
Plaintext
# Hashtag is a comment
|
|
-- Dash dash is another comment
|
|
// Slash slash is yet another comment
|
|
— Alt/Option + Underscore creates an m-dash comment
|
|
(* Parentheses and star is used for commenting
|
|
blocks of code (* and can be nested *) *)
|
|
set foo to true // all comments can append to statements
|