3 lines
107 B
Text
3 lines
107 B
Text
|
double x = exp(log(2)); // recognize built-ins
|
||
|
return 0; // recognize keyword that started the expression
|