Sort a list of object identifiers: Difference between revisions

Content added Content deleted
Line 717:
}
\\ no easy way to join ;
\\ n^ is the cursor from iterator n
Function join$(a$()) {
n=each(a$(), 1, -2)
k$=""
while n {
overwrite k$, ".", n^:= strarray$(array(n),"")
}
=k$