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