puts "hello, world!!"
tmp = gets.to_i
tmp = 12; puts tmp
Tmp = "Const String" puts Tmp puts "File name [#{__FILE__}]" puts "Line num [#{__LINE__}]"
num = [1,2,3,4,5] p num p num[2] p num[2..4] puts "Size => #{num.size}"
下から選んでください: