(read-line [file-desc])
此函数将由 file-desc 中已打开的文件或键盘中读入一行字符。
(strcat string1 [string2]...)
此函数将用来连接string1、string2等字符串, 并返回最后得到的字符串。
read string)
此函数将返回 string 的第一个表或原子。但 string 不可以包含空格, 除非是在表或字符串中 。read 会返回它的参数转换的相对应数据类型此函数将用来连接string1、string2等字符串, 并返回最后得到的字符串。
|