Reputation: 1109
Is there a way to comment everything to the end of the line, like -- in Haskell? The only comment syntax I could find was the {- commented stuff -} syntax.
--
{- commented stuff -}
Upvotes: 0
Views: 331