Пример #1
0
 public bool checkReturnType(Vid_Return r)
 {
     if (currentFunction == null)
     {
         return(false);
     }
     else
     {
         return(currentFunction.prefix_returnVal == r.returnType);
     }
 }
Пример #2
0
 public bool checkReturnType(Vid_Return r) {
     if(currentFunction == null) { return false; }
     else {
         return (currentFunction.prefix_returnVal == r.returnType);
     }
 }