Is there a function for "solo" for a block?

You are nesting the if statements. It should look like this:

if eval1
  sample
end
if eval2
  sample
end
1 Like