From professional translators, enterprises, web pages and freely available translation repositories.
the concatenate() function returns a string which is the concatenation of the strings passed as parameters.
de functie concatenate() geeft een tekenreeks terug die wordt gevormd door alle als parameter opgegeven tekenreeksen in de opgegeven volgorde aan elkaar te plakken.
the following functions edit, format, and align the contents of strings. use the & operator to concatenate strings.
de volgende functies worden gebruikt om tekenreeksinhoud te bewerken, op te maken en uit te lijnen. gebruik de &-operator om tekenreeksen samen te voegen.
the cat command-syntax is:cat will concatenate (put together) the input files in the order given, and if no other commands are given, will print them on the screen as standard output.
het cat (concatenate) commando is een standaardprogramma voor unix-achtige systemen om een of meer bestanden en/of de standaardinvoer samen te voegen en af te drukken op de standaarduitvoer.