Skip to content

Commit 32e9aed

Browse files
authored
Update variables.c
1 parent 407815c commit 32e9aed

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

chapter_4/exercise_4_06/variables.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@ int main(void)
9494
case '~':
9595
push(sin(pop()));
9696
break;
97-
// Be sure to make the commands capitalized not to overlap them with variables, or vice versa according to personal preference
9897
case 'E':
9998
push(exp(pop()));
10099
break;

0 commit comments

Comments
 (0)