Functions are blocks of reusable logic, which you can run alone, or as part of your larger WayScript program.
▶
Main Function
When you first create a WayScript program, you will see one function, called "Main." By default, the Main function is the starting point for your WayScript program.
You cannot delete the Main function, but you can rename it, or define inputs/outputs.
Main Function
➕
Creating a New Function
To create a new function, click the + icon to the right of the function header. A new function tree will appear to the right of the previous function.
Creating a New Function
❌
Deleting a Function
To delete a function, hover over the header and click the x icon to the left of the function name.