tact-docs icon indicating copy to clipboard operation
tact-docs copied to clipboard

What is the scope of functions?

Open anton-trunov opened this issue 1 year ago • 4 comments

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?

anton-trunov avatar May 02 '24 06:05 anton-trunov