We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 407815c commit 32e9aedCopy full SHA for 32e9aed
chapter_4/exercise_4_06/variables.c
@@ -94,7 +94,6 @@ int main(void)
94
case '~':
95
push(sin(pop()));
96
break;
97
-// Be sure to make the commands capitalized not to overlap them with variables, or vice versa according to personal preference
98
case 'E':
99
push(exp(pop()));
100
0 commit comments