tact-lang / tact-docs

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

Mention identifiers cannot start with `__gen` or `__tact` #230

Open anton-trunov opened 1 month ago

anton-trunov commented 1 month ago

Contracts, traits, native functions, function parameters, let-variables, foreach binders, declared primitive types, structures and messages cannot be named with identifiers that start with __gen or __tact

novusnota commented 3 weeks ago

I'm thinking of some style guide page, where such mention would fit naturally. You did come up with that idea in the main repo, which may be moved here: https://github.com/tact-lang/tact/issues/294