2010/01/21

Gauche 文字列のフォーマット

フォーマット指示子、覚えれません・・・。
(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(訳本)が楽しみですね。
欲しいけどニートなので当分買えないかもしれませんけども・・・。

プログラミングGauche Programming Clojure (Pragmatic Programmers)

0 件のコメント:

コメントを投稿