Methods
From REALbasicWiki
| This article is a stub. You can help the REALbasicWiki community by expanding it. |
In REALbasic, a method is either:
- A subroutine if it does NOT return a value; its declaration begins with the reserved word Sub
- A function if it DOES return a value; its declaration begins with the reserved word Function
