logo
  • 教程列表
  • SO官方文檔
  • 功能
    • 必需引數
    • 可選引數
    • 沒有引數的功能
    • 休息引數
    • 輔助變數
    • RETURN-FROM 從塊或函式退出
    • 關鍵字引數
  1. StackOverflow 文件
  2. common-lisp 教程
  3. 功能
  4. 必需引數

必需引數

Created: November-22, 2018

(defun foobar (x y)
  (format t "X: ~s~@
             Y: ~s~%"
          x y))

(foobar 10 20)
; X: 10
; Y: 20
;=> NIL
  • 可選引數
  • 功能

Copyright © 2018. All right reserved

tastones.com 备案号:鲁ICP备18045372号-1

  • 關於本站
  • 免責聲明