By Example:
char cadena1[500];
long valor1 = 2342342;
long valor2 = 32;
long result;
result = EVALUATE("valor1/valor2")
You would need to get that approved by the C standards organizations before Pelles would consider implementing it in the language. Compiling makes the variable names disappear so adding that would be a huge language extension.