You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fun onInternalMessage(msgValue: int, msgFull: cell, msgBody: slice) {
@@ -101,7 +101,7 @@ If you know FunC and want to try a new syntax, your way is:
101
101
102
102
1. Read [Tolk vs FunC: in short](/v3/documentation/smart-contracts/tolk/tolk-vs-func/in-short).
103
103
2. With a blueprint, create a new Tolk contract (for example, a counter) and experiment around it. Remember that almost all stdlib functions are renamed to ~~verbose~~ clear names. Here is [a mapping](/v3/documentation/smart-contracts/tolk/tolk-vs-func/stdlib).
104
-
3. Try a [converter](https://github.com/ton-blockchain/convert-func-to-tolk) for your existing contracts or one from [FunC Contracts](/v3/documentation/smart-contracts/contracts-specs/examples). Remember that contracts written in Tolk from scratch look nicer than auto-converted ones. For instance, using logical operators instead of bitwise tremendously increases code readability.
104
+
3. Try a [converter](https://github.com/ton-blockchain/convert-func-to-tolk) for your existing contracts or one from [FunC contracts](/v3/documentation/smart-contracts/contracts-specs/examples). Remember that contracts written in Tolk from scratch look nicer than auto-converted ones. For instance, using logical operators instead of bitwise tremendously increases code readability.
105
105
106
106
## How to try Tolk if you don't know FunC
107
107
@@ -142,7 +142,6 @@ The first released version of Tolk is v0.6, emphasizing [missing](/v3/documentat
142
142
Here are some points to investigate:
143
143
144
144
- type system improvements
145
-
- structures and generics
146
145
- auto-pack structures to/from cells, probably integrated with message handlers
147
146
- methods for structures, generalized to cover built-in types
0 commit comments