Exemple #1
0
        protected override object OnCalc(IList <object> operands, object[] args)
        {
            string file = operands[0] as string;

            ScriptProcessor.EndExtend(file);
            return(0);
        }
Exemple #2
0
        protected override CalculatorValue OnCalc(IList <CalculatorValue> operands)
        {
            string file = operands[0].AsString;

            ScriptProcessor.EndExtend(file);
            return(0);
        }