Difference between revisions of "Object-Oriented Programming in FreeM"
Jump to navigation
Jump to search
(Created page with "Twag") |
|||
Line 1: | Line 1: | ||
− | + | = Classes = | |
+ | |||
+ | In FreeM, a class is defined by a routine. For instance, the <code>STRING</code> class (built into FreeM) is contained in the <code>%STRING</code> routine. |
Latest revision as of 17:07, 17 October 2023
Classes
In FreeM, a class is defined by a routine. For instance, the STRING
class (built into FreeM) is contained in the %STRING
routine.