LISPに投稿されたコード一覧
(defstruct SPerson name age )
;全自動モード (def AUTO_MODE false) ;プレイヤー人数 (def PLAYER_NUMBER 4) ;パス回数
;全自動モード (defconstant AUTO-MODE nil) ;プレイヤー人数 (defconstant PLAYER-NUMBER 4) ;パス回数
(defun get-protocol-string (URI) (let (from end protocol server port) (setq from (string-match "^[^:/]+" URI)) (setq end (match-end 0) ) (when (and from end)