tact-docs
tact-docs copied to clipboard
What is the scope of functions?
For instance, if I have something like this:
fun foo() { ... }
fun bar() { ... }
bar should be able to refer to foo, but can foo call bar?