#! ruby -Ku num = 1 loop{ print("num = ", num, "\n") num += 1 if num > 10 then break end }