Page 1 of 1

Multi-Line Comments in Solidity are:

Posted: Mon Mar 27, 2023 1:39 pm
by answerhappygod
Multi-Line Comments in Solidity are:

A. working with either // or ///
B. working with /* comment */ or /** @.. natspec style */
C. not possible, all comments must be single-line.