⚲
Project
General
Profile
Sign in
Register
Home
Projects
Help
Search
:
Ruby master
All Projects
Ruby
»
Ruby master
Overview
Activity
Roadmap
Issues
Repository
Like
Download (321 Bytes)
Bug #2436
» b.rb
ntys (ding ding), 12/04/2009 07:56 PM
#This program doesn't work with "ruby 1.9.1p129 (2009-05-12 revision 23412) [i386-mswin32]"
#But it's OK with "ruby 1.9.1p0"
f
=
lambda
{
|
x
|
return
1
if
x
<=
1
f
[
x
-
1
]
*
x
}
puts
f
[
1000
]
END
{
puts
'Now Exiting'
#This won't be excuted.And NO Error Message will be printed out, either.
}
« Previous
1
2
Next »
(2-2/2)
Loading...