tact-docs icon indicating copy to clipboard operation
tact-docs copied to clipboard

Document comment syntax

Open anton-trunov opened this issue 1 year ago • 0 comments

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 { }

anton-trunov avatar Sep 02 '24 12:09 anton-trunov