skuska
This commit is contained in:
parent
a1119377bd
commit
7426a4b1e5
@ -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
BIN
sk4/program.exe
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user