1

cons通常、 RACKET では , に2 つの引数を渡します。

eg: (cons 23 '(1 2 3))

出力する'(23 1 2 3)

以下を行う手順はありますか

(procedure '(1 2 3) 23)=>'(1 2 3 23)

4

2 に答える 2