RosettaCodeData/Task/Comments/SenseTalk/comments.sensetalk
2023-07-01 13:44:08 -04:00

7 lines
300 B
Text

# 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