Common Lisp 中标签的使用
在这个关于代码审查的问题中,我被告知使用 labels
而不是 defun
。我在互联网上查看过,但找不到任何使用它并仍然保持代码原样的方法。
如何在我的代码中使用标签
?
In this question on code review I have been told to use labels
instead of defun
. I have looked on the internet, but I couldn't find any way to use it and still keep my code the way it is.
How could I use labels
in my code?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
调用示例:
Example call: