diff options
Diffstat (limited to '4')
| -rw-r--r-- | 4/6.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -202,7 +202,6 @@ int getop(char s[]) { int count; for (count = 0; isalnum(s[++i] = c = getch()); count++) ; - if (count == 0) { // syntax "5 A =" means "A = 5" if (c != '\n' && (nc = getch()) == '=') |
