* @return the value assigned
*/
protected Object assignVariable(String name, Object value)
{
NametableStack ntStack = getCurrentContext().getNametableStack();
ntStack.assign(name, value);
return value;
}
/**
* Call the function of the processor. Call predefined print or println if the method name matched. Otherwise, reflection will