SYNOPSIS
object * find_clones (string filename)
object * find_clones (object obj)
DESCRIPTION
Find all clones for the blueprint specified by <filename> resp. by
<obj>. Both name or obj may be denote a clone themself.
Result is an (possibly empty) array of all found clones.
Convert a <str>ing into the ordinal number it describes and returns it.
If the conversion was not possible, a negative value is returned instead.
NOTE that this is an very expensive function!
EXAMPLE
find_clones("/std/thing") --> ({ /std/thing#34, /std/thing#69 })
SEE ALSO
find_object(E)