7 lines
124 B
Text
7 lines
124 B
Text
|
|
global function get_singleton()
|
||
|
|
if chk==NULL then
|
||
|
|
chk = new("singleton")
|
||
|
|
end if
|
||
|
|
return chk
|
||
|
|
end function
|