Difference between revisions of "CompileRegister"
Line 5: | Line 5: | ||
---- | ---- | ||
− | This class procedure is called in several different instances. In each of them it executes a task specific for the instance, but it generally does one simple thing: it registers stuff into the script core | + | This class procedure is called in several different instances. In each of them it executes a task specific for the instance, but it generally does one simple thing: it registers stuff into the script core (at least that's what I'm getting from all of this), like functions and procedures (actually, that looks like that's exactly it). |
---- | ---- | ||
[[Category:Classes]] | [[Category:Classes]] |
Revision as of 03:14, 25 June 2013
Should this even be under "Classes"? Lol. Didn't know where else to put it under. Anyways.
Anyway.
This class procedure is called in several different instances. In each of them it executes a task specific for the instance, but it generally does one simple thing: it registers stuff into the script core (at least that's what I'm getting from all of this), like functions and procedures (actually, that looks like that's exactly it).