Definition a local variable.

local variable= value;

example: 
local Customer = Record('Customer');
local isValue = false;