ton-community / tact-challenge

104 stars 48 forks source link

Question about FunC/Fift code #10

Open siandreev opened 11 months ago

siandreev commented 11 months ago
  1. Is it allowed to use native functions like described here https://docs.tact-lang.org/language/guides/functions#native-functions ?
  2. Is it allowed to use tact functions beginCell, storeUint, ... from this page https://docs.tact-lang.org/language/ref/cells ?
howardpen9 commented 11 months ago
  1. Your description in "1." is ambiguous. It seems like you are using FunC code, and in fact, it is definitely FunC code. This needs to be verified with the team.

  2. Yes, those are original functions in Tact, and you can use them. Have you encountered any issues when submitting after using them?