(format #t "hello, ~a !" "valvallow") ;; gosh> hello, valvallow !#<undef> (format #t "~2,,,'0,@a" 1) ;; gosh> 01#<undef> (format #f "~2,,,'0,@a" 1) ;; gosh> "01" (format #f "~v,,,v,v@a" 5 #\0 5 1) ;; gosh> "00001"
25日のプログラミングClojure(訳本)が楽しみですね。
欲しいけどニートなので当分買えないかもしれませんけども・・・。
0 件のコメント:
コメントを投稿