Exemple #1
0
 static string OpToString(OP op)
 {
     return($"(op: { op.type} | { op.value})");
 }