Sha256: 13bfa0ff2f7bb78445dfd2bd96b03218ef02fb4fc766f92406b7bbeb8cefd727
Contents?: true
Size: 178 Bytes
Versions: 1
Compression:
Stored size: 178 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.0 | shark/test_files/times.nila |