Program
A Numscript program is composed of the following elements:- Variables declaration
- This block is optional and allows you to define variables that can be used in the program, instead of hardcoding values.
- Statements
- Send statements
- These statements are the core of a Numscript program and define the movement of value between accounts.
- Metadata statements
- These statements are optional and allow you to define metadata for accounts or the transaction itself.
- Send statements