Esempio n. 1
0
 internal Type AddNull()
 {
     _stack.Add(StackValue.Null());
     return(Type.Null);
 }