| RIATest 2 Documentation | Copyright © RIATest.com |
Variables are used for storing and retrieving values. The following statement declares variable named 'x' and assigns a number 5 to it:
var x = 5;
Variable names must start with a letter and may contains letter, numbers and underscore _ character. Maximum length of variable name is 64 characters.