index = 1
while index <= 5
puts index
index += 1
end
1
2
3
4
5
Go to list of users who liked
More than 3 years have passed since last update.
index = 1
while index <= 5
puts index
index += 1
end
1
2
3
4
5
Register as a new user and use Qiita more conveniently
Go to list of users who liked