Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR RUBY

ruby do something x times

10.times do
  puts "hello"
end
 
PREVIOUS NEXT
Tagged: #ruby #times
ADD COMMENT
Topic
Name
5+3 =