你的第一個Ruby 程式; 變數(variable)與常數(Constant); 流程控制(Flow Controller ... counter = 0 until counter >= 5 puts "hi, #{counter}" counter += 1 end ...
確定! 回上一頁