#!/usr/bin/env ruby
# 11 lines 3 code 6 comments 2 blanks

=begin
  Comment that only counts if detected as ruby
  Comments
=end

while x > 2 and x < 10
  x += 1
end