9.3
4.5 句
Originates from 句.
| (require ming/string) | package: Ming |
🐘
Examples:
procedure
(? V) → boolean?
V : any?
🐘 ?
Same as:( STR " " "")
Example:
> ( " a b cd e ") "abcde"
🐘
Example:
> ( '("str1" "str2" "str3")) "str1str2str3"
| (require ming/string) | package: Ming |
🐘
procedure
(? V) → boolean?
V : any?
🐘 ?
Same as:( STR " " "")
> ( " a b cd e ") "abcde"
🐘
> ( '("str1" "str2" "str3")) "str1str2str3"