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