Entering Methods in your ST Program
When you know which method you want to use, you need to define it within a METHOD declaration. The METHOD declaration has to be entered below the PROGRAM keyword but above the actual program code in your ST program (we recommend that you enter it after the VAR list).
When you have declared the method, you can refer to it in your ST program. Referencing a method in a program is often described as 'calling' a method.
This section explains: