Rebol 编程/entab
外观
< Rebol 编程
ENTAB string /size number
将字符串中的空格转换为制表符。(制表符大小为 4)
ENTAB 是一个本机值。
- 字符串 --(类型:any-string)
- /size -- 指定每个制表符的空格数。
- 数字 --(类型:整数)
entab: native[ "Converts spaces in a string to tabs. (tab size 4)" string [any-string!] /size "Specifies the number of spaces per tab." number [integer!] ]