3 lines
49 B
Ruby
3 lines
49 B
Ruby
if problem
|
|
abort # equivalent to exit(1)
|
|
end
|
if problem
|
|
abort # equivalent to exit(1)
|
|
end
|