Difference between revisions of "Object-Oriented Programming in FreeM"

From FreeM Wiki
Jump to navigation Jump to search
(Created page with "Twag")
 
 
Line 1: Line 1:
Twag
+
= 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 18: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.