Пример #1
0
 static DataNode Assign(DataCommand input)
 {
     input.Var(1).Value = input.Node(2).Evaluate();
     return(input.Var(1).Value);
 }