Left: Standard library function functions
Up: Standard library function functions
Right: Explode
Implode maps a path containing a sequence of atoms into a single
atom by concatenating them (this is not expressed with sufficient
pedantry).
Implode:<> = .
Implode:<a> = a.
Implode:<a b> = ab.
Implode:<a bc def> = abcdef.
Implode:</ local / users / john / bin / *> = /local/users/john/bin/*.

Copyright © Roger Evans, Gerald Gazdar & Bill Keller, Tuesday 10 November 1998