compile


Objects compilation

compile obj
local
message

compile obj

Compile and link the functions of objects standart type.
Notes: 1)compile obj(id): only object id.
2) This function is automatically invoked when the first call to a local function and therefore not to be used .

compile local

compile local obj;

Recompile all local functions of all objects of type obj.

compile local obj(id);

Recompile all local functions of object id.