01 How does GC Wizard interpret and generate Befunge programs?

Interpreting Befunge programs

Just switch to Interpreter and enter the program.

The Input field is used when input is necessary. All input has to be seperated by spaces.

Debug

The Debug Section provides further stepwise informtaion how the program was executed.

For every step of the program counter the command and the stack is shown.

Generating Befunge programs

Just switch to the Generator and enter the data which should be displayed after the execution of the Befunge program.

The Befunge program is generated on the fly.