tact-lang / tact-docs

Tact main documentation
https://docs.tact-lang.org
57 stars 40 forks source link

Document comment syntax #372

Open anton-trunov opened 2 months ago

anton-trunov commented 2 months ago

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