Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escape special characters +-&|!(){}[]^"~*?:\ - e.g. \+ \* \!
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
Answered
I've heard about "Ten Lessons" for learning FunC, where can I find them?

I've heard from the TON Spanish DevChat that there exists "Ten Lessons for learning FunC". Are those video lessons?


This question was imported from Telegram Chat: https://t.me/tondev_eng/10170

Votes Newest

Answers 2


I haven't heard of 10 video lessons, but I do know of the Ten Lessons GitHub repository for FunC. They have since then grown to 19 lessons.

1
1
Posted one year ago
Jeremy
384 × 5 Administrator

Yes, I am guessing you are looking for this.
https://github.com/romanovichim/TonFunClessons_Eng

On the other hand, I think
https://ton-community.github.io/tutorials/01-wallet/

is the latest, easy, multi-platform, user-friendly tutorial by the community member, go try it!

1
1
Posted one year ago
17K Views
2 Answers
one year ago
one year ago
Tags