// 오오...
for(i = 1; i < 100; i *=3 ){
 print(i);
}


# 헐.. 구현할 수 있는 방법이 없음 ㅡㅡ
for i in ???
 puts i
end


이제 알겠음?? for 루프의 우월함을...