hi framer team
just quick simple question from a beginner
can i right more than two functions in one line ?
like, if i want to call 2 functions on a event i have to write
A.onTap ->
' function1()
' function2()
but can i write them in one line ?
i tried ↓
A.onTap -> function1() function2()
but it's giving me error like the picture i attached
thank you !
3 Comments