OperatorNames.NameToSymbol Method
Assembly: Topten.Cminor.Compiler.dll
Namespace: Topten.Cminor
Declaring Type: OperatorNames
Given the name of an operator, returns is symbol
public static string NameToSymbol(string name);
Parameters
| string name | The operator name |
Returns
| string | Its symbol |
