skuska
This commit is contained in:
parent
a1119377bd
commit
7426a4b1e5
@ -20,9 +20,9 @@ void interpret(char* input) {
|
|||||||
++*ptr;
|
++*ptr;
|
||||||
} else if (current_char == 'DEK') {//-
|
} else if (current_char == 'DEK') {//-
|
||||||
--*ptr;
|
--*ptr;
|
||||||
} else if (current_char == '.' ) {//
|
} else if (current_char == 'PUK' ) {//.
|
||||||
putchar(*ptr);
|
putchar(*ptr);
|
||||||
} else if (current_char == ',') {//
|
} else if (current_char == 'KUK') {//,
|
||||||
*ptr = getchar();
|
*ptr = getchar();
|
||||||
} else if (current_char == '[') {//
|
} else if (current_char == '[') {//
|
||||||
continue;
|
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