join.n
来自「tcl是工具命令语言」· N 代码 · 共 33 行
N
33 行
'\"'\" Copyright (c) 1993 The Regents of the University of California.'\" Copyright (c) 1994-1996 Sun Microsystems, Inc.'\"'\" See the file "license.terms" for information on usage and redistribution'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.'\" '\" RCS: @(#) $Id: join.n,v 1.3 2000/09/07 14:27:48 poenitz Exp $'\" .so man.macros.TH join n "" Tcl "Tcl Built-In Commands".BS'\" Note: do not modify the .SH NAME line immediately below!.SH NAMEjoin \- Create a string by joining together list elements.SH SYNOPSIS\fBjoin \fIlist \fR?\fIjoinString\fR?.BE.SH DESCRIPTION.PPThe \fIlist\fR argument must be a valid Tcl list.This command returns the stringformed by joining all of the elements of \fIlist\fR together with\fIjoinString\fR separating each adjacent pair of elements.The \fIjoinString\fR argument defaults to a space character..SH "SEE ALSO"list(n), lappend(n).SH KEYWORDSelement, join, list, separator
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?