Multi-Line Comments in Solidity are:
Posted: Mon Mar 27, 2023 1:39 pm
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.
A. working with either // or ///
B. working with /* comment */ or /** @.. natspec style */
C. not possible, all comments must be single-line.