We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When creating keywords there are currently quite a lot of different ways to create variables.
In a variable section, to create a variable, a list, or a dictionary we use the following:
${var} Variable @{list} 1 2 3 4 &{dict} key=value solution=user
In user keywords there are now (with equals, because why not..
${dct}= Create Dictionary vs &{dct}= Create Dictionary ${lst}= Create List vs @{lst}= Create List ${var}= Set Variable
But we also have syntax VAR. and that changes things as well:
VAR @{lst} VAR ${scalar} VAR &{dict}
Some guideline with this might be good.
The text was updated successfully, but these errors were encountered:
This should be covered in #34
Sorry, something went wrong.
No branches or pull requests
When creating keywords there are currently quite a lot of different ways to create variables.
In a variable section, to create a variable, a list, or a dictionary we use the following:
In user keywords there are now (with equals, because why not..
But we also have syntax VAR. and that changes things as well:
Some guideline with this might be good.
The text was updated successfully, but these errors were encountered: