While using — will comment out a single line such as:
-- Start next function
You can comment out multiple lines using (* *):
(* Start of comments here
and here
and continue down to here *)
While using — will comment out a single line such as:
-- Start next function
You can comment out multiple lines using (* *):
(* Start of comments here
and here
and continue down to here *)