Skip to content

Instantly share code, notes, and snippets.

@rasjani
Created June 28, 2019 10:50
Show Gist options
  • Save rasjani/4c7b02424ba7cd1db7180e900b4a1877 to your computer and use it in GitHub Desktop.
Save rasjani/4c7b02424ba7cd1db7180e900b4a1877 to your computer and use it in GitHub Desktop.
for loop example
@{ITEMS} Create List Star Trek Star Wars Perry Rhodan
FOR ${ELEMENT} IN @{ITEMS}
${ELEMENT} Replace String ${ELEMENT} ${SPACE} ${EMPTY}
Log ${ELEMENT}
END
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment