調用函數的錯誤我的代碼顯示此錯誤 - function call: expected a function after the open parenthesis, but received (void) 我不知道爲什麼。它的第三行 (define countdown
(lambda (n)
(cond ((zero? n) ((display "Time") (newline)
我試圖寫一個使用球拍從10到0倒數的程序。它的工作,但計數速度太快,是否有一種方法來實現一個計數每回合一秒的設定時間?我一直在努力,但無法找到。謝謝你的時間。這裏是我的代碼到目前爲止: ;; Functions:
;; countdown -> countdown
;; start the world with main at CTR-X CTR-Y
;;
(define (ma