Sha256: d29bcae90fbcbaf50fc9628dcda907baf4bfc4eb16fffc722336f07473f9c4dc
Contents?: true
Size: 176 Bytes
Versions: 1
Compression:
Stored size: 176 Bytes
Contents
a = 5 10.times { |n| puts "The number is #{a+n}" } 10.times {puts "Hello"} 10.times do |n| puts "The number is #{n}" puts "Twice the number is #{2*n}" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
nilac-0.0.4.3.3 | shark/test_files/times.nila |