GOTO framework for .NET: compiler, interpreter (through its own VM) and IDE
This’ a program written in GOTO, would you guess its goal?
[A] X = X - 1
Y = Y + 1
IF X != 0 GOTO A
Exactly! It “copies” the input value in X right into Y, that simple.
What are you able to write with the language? You have the following choices: