This commit is contained in:
Radovan Kofira 2021-01-05 12:38:33 +01:00
parent a1119377bd
commit 7426a4b1e5
2 changed files with 2 additions and 2 deletions

View File

@ -20,9 +20,9 @@ void interpret(char* input) {
++*ptr;
} else if (current_char == 'DEK') {//-
--*ptr;
} else if (current_char == '.' ) {//
} else if (current_char == 'PUK' ) {//.
putchar(*ptr);
} else if (current_char == ',') {//
} else if (current_char == 'KUK') {//,
*ptr = getchar();
} else if (current_char == '[') {//
continue;

BIN
sk4/program.exe Normal file

Binary file not shown.