[an error occurred while processing this directive] [an error occurred while processing this directive]
Ruby入門
PerlとかPythonを知ってたら、1時間もあれば書けるようになると思います。
まだ
Python
のほうが書きやすいなぁ。
Ruby 入門
ファイル操作
こまごましたこと
: でenum を作れます。
x = :abc if x == :abc then print "hello" end
みたいに。
a = 2,
とすると、aは[2]という配列(リスト)になるので注意。
atoi のかわりに to_i
s = "123" i = s.to_i
[an error occurred while processing this directive]