7 lines
92 B
Text
7 lines
92 B
Text
main()
|
|
{
|
|
assert(isdefined(self));
|
|
wait 0;
|
|
if (isdefined(self))
|
|
self delete();
|
|
}
|