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