전문 번역가, 번역 회사, 웹 페이지 및 자유롭게 사용할 수 있는 번역 저장소 등을 활용합니다.
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.