CodeSpecJS
CodeSpecJS copied to clipboard
As a User I want the ability to use variables so that I can store values that I read from the screen and use them in other scenarios.
Acceptance Criteria
- Should be able to define an variable within the grammar
- Should be able to use a variable within the grammar
- Should be able to do calculations with the variables and use the results within the grammar