39

a little programmer

Comments
  • 2
    Welcome to devRant!
  • 1
    thanks
  • 3
    Why is count defined outside of the loop?
    Why does count start at 1?
    Why does the loop not have curly braces around it?
  • 6
    @gorsamp in old C compilers, you have to put all variables in the beginning of a function
    int a = 1; gives you a compiling error
  • 0
    @peacWhis I thought they were too old for that
    @Wiciaki that was informative!
  • 0
    500.times do
    puts 'I will not throw paper airplanes in class'
Add Comment