Project

General

Profile

Bug #8543 » hello.rb

Codes for conversion to YARV PCODE - alvoskov (Alexey Voskov), 06/19/2013 09:39 PM

 
puts "tralivali"
def funct(a,b)
a**b
end

3.times { |i|
puts "Hello, world#{funct(2,i)}!"
}
(1-1/6)