⚲
Project
General
Profile
Sign in
Register
Home
Projects
Help
Search
:
Ruby master
All Projects
Ruby
»
Ruby master
Overview
Activity
Roadmap
Issues
Repository
Like
Download (102 Bytes)
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
)
}
!"
}
« Previous
1
2
3
…
6
Next »
(1-1/6)
Loading...