Closed
Description
In return_from_keyword_if function's description - documentation wrong description is given.
Proposed wording is in bold:
NOTE: Robot Framework 5.0 added support for native RETURN
statement
and for inline IF
, and that combination should be used instead of this
keyword. For example, Return From Keyword **If**
usage in the example below
could be replaced with
Given the same example as in Return From Keyword **If**
, we can rewrite the
Find Index
keyword as follows: