CAUTION: The begin <code> end while <condition> is rejected by Ruby's author Matz. Instead he suggests using Kernel#loop , e.g. loop do # some code here ...
確定! 回上一頁