Benjamin Philippe Applegate

Results 2 issues of Benjamin Philippe Applegate

I have a program `Say lambda.ktn` which contains: ```Kitten 6 -> x {x say} call "Lambda!" -> x {x say} call ``` It prints ``` 6 Lambda! ``` And when...

There seems to be no dynamic input (ask the user for input when the program asks for it). For example, you would need dynamic input in a brainfuck text adventure...