1.1.2
Try it!
paste to highlight
Download
Source
|
Bugtracker
Documentation
in autumnal colors
Old website
123
Ruby code posted
created at 03 Feb 13:45, updated at 03 Feb 13:46
Edit
|
Back
1
2
3
4
5
v
=
1
puts
v
# => 1
b
=
lambda
{
|
;
v
|
v
=
2
}
b
.
call
puts
v
# => 1
70 Bytes in 2 ms with coderay