codepad
[
create a new paste
]
login
|
about
Link:
http://codepad.org/T4EMaOkx
[
raw code
|
output
|
fork
]
Ruby
,
pasted on Dec 29:
1
2
3
4
5
6
x
=
8
.
2
-
7
.
2
if
x
>=
1
puts
"x >= 1"
else
puts
"x < 1"
end
Output:
1
x < 1
Create a new paste based on this one
Comments: