Sha256: 318e46604e190c6b544759c8863ad29aeec8f8b2642353eec4f49eea37408242

Contents?: true

Size: 164 Bytes

Versions: 14

Compression:

Stored size: 164 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

14 entries across 14 versions & 1 rubygems

Version Path
nilac-0.0.4.3.9.8 shark/test_files/times.nila
nilac-0.0.4.3.9.7.1 shark/test_files/times.nila
nilac-0.0.4.3.9.7 shark/test_files/times.nila
nilac-0.0.4.3.9.6 shark/test_files/times.nila
nilac-0.0.4.3.9.5 shark/test_files/times.nila
nilac-0.0.4.3.9.4 shark/test_files/times.nila
nilac-0.0.4.3.9.3 shark/test_files/times.nila
nilac-0.0.4.3.9.2 shark/test_files/times.nila
nilac-0.0.4.3.9.1 shark/test_files/times.nila
nilac-0.0.4.3.9 shark/test_files/times.nila
nilac-0.0.4.3.8 shark/test_files/times.nila
nilac-0.0.4.3.7 shark/test_files/times.nila
nilac-0.0.4.3.6 shark/test_files/times.nila
nilac-0.0.4.3.4 shark/test_files/times.nila