Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何反转 Jess 语言中的列表?有一些功能可以做到这一点吗?
例如:
list -> a b c
反转:
list -> c b a