gpt4 book ai didi

lisp - Lisp Scheme 中未绑定(bind)变量的错误

转载 作者:太空宇宙 更新时间:2023-11-03 19:04:55 26 4
gpt4 key购买 nike

我只是输入简单的代码,比如

(define pi 3.14)
(* 2 pi)

而且我总是收到类似标题的错误消息,这是详细信息:

(define p 2)
(+ 1 p)
;Unbound variable: p
;To continue, call RESTART with an option number:
; (RESTART 6) => Specify a value to use instead of p.
; (RESTART 5) => Define p to a given value.
; (RESTART 4) => Return to read-eval-print level 4.
; (RESTART 3) => Return to read-eval-print level 3.
; (RESTART 2) => Return to read-eval-print level 2.
; (RESTART 1) => Return to read-eval-print level 1.
;Start debugger? (y or n): n

我正在使用 GNU 方案拦截器,当我输入

(define p 2)
(+ 1 p)

我使用 C-x C-e 来运行命令。

最佳答案

我认为您正在寻找的是:“C-M-z,它计算 [突出显示] 区域中的所有表达式,以及 M-o,它计算整个缓冲区。”更多 here.

关于lisp - Lisp Scheme 中未绑定(bind)变量的错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12878262/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com