Idea, Design, Engineering, Architecture on Blogger. Seesaaブログから引っ越した。 洗練されたものを目指します。
>> def foo( x ) >> case ?> when x > 2 >> puts "cond 1." >> when x > 4 >> puts "cond 2." >> end >> end => nil
>> foo( 1 ) => nil >> foo( 3 ) cond 1. => nil >> foo( 4 ) cond 1. => nil >> foo( 5 ) cond 1. => nil
cond 1.
何かありましたら、どうぞ:
0 件のコメント:
コメントを投稿
何かありましたら、どうぞ: