tact-docs
tact-docs copied to clipboard
Document comment syntax
And mention nested comments are not supported, i.e. the following is not valid Tact code:
/* comment /* nested commend, nice try */ continue comment */
contract Test { }