Beispiel #1
0
        public Value ParseExpression(params Value[] args)
        {
            wolInt type = new wolInt();

            type.ParseInt(((wolString)args[0].type).value);
            return(new Value(type));
        }