【发布时间】:2022-06-22 00:40:27
【问题描述】:
假设我有以下string:
(def introduction " Hello World ")
我尝试使用 string/strip,但它给了我一个错误:
(def trimed_introduction (string/strip introduction))
compile error: unknown symbol string/strip
# Output: compile error: unknown symbol string/strip
【问题讨论】:
标签: janet