Retrieves value of a variable
getVariable(name) → returns any
getVariable(name)
→ returns any
a=1; writeOutput(getVariable('a'));
Expected Result: 1