i'm trying to use les if in robot framework like this:
${url}= Set Variable If '${prefix}'== 'aaa' ${host1}
... ELSEIF '${prefix}'== 'bbb' ${host2}
... ELSEIF '${prefix}'== 'ccc' ${host3}
When i excute it fails with this message: Evaluating expression 'ELSE IF' failed: SyntaxError: unexpected EOF while parsing (, line 1) ]