args.forEach(function (arg) {
                // reset the active context to root context for evaluating argument
                const currentActiveContext = state.activeContext
                state.activeContext = new Stack();
                state.activeContext.push(state.rootContext);